#confetti{
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: -1;
}

body {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='295' height='100' xmlns='http://www.w3.org/2000/svg'%3e%3ctext x='-3' y='70' fill='rgba(255, 255, 255, 0.67)' font-family='Arial' font-size='33' transform='rotate(0)' font-weight='bold'%3eHAPPY BIRTHDAY%3c/text%3e%3c/svg%3e");
    background-color: rgba(73, 73, 193); /* THe hex value is #4949c1*/
}

#emoji_container {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30vh;
}

#emoji2_container {
    position: absolute;
    top: 320%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30vh;
}

#emoji3_container {
    position: absolute;
    top: 550%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30vh;
}

.title_container {
    font-size: 7vh;
    text-align: center;
    /* Center the container in the center of the page */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: white;
    background-color: rgb(4, 21, 68);
    padding: 2vh;
    border-radius: 5%;
}

.subtitle_container {
    text-align: center;
    /* Center the container below the title */
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

#animate_button2 {
    background-color: #6b4caf;
    border: none;
    border-radius: 5%;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#animate_button3 {
    background-color: #6b4caf;
    border: none;
    border-radius: 5%;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#animate_button {
    background-color: #6b4caf;
    border: none;
    border-radius: 5%;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.intro_container {
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    text-align: center;
    color: white;
    font-size: 3vh;
    background-color: rgb(4, 21, 68);
    padding: 4vh;
    border-radius: 5%;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.main_container {
    position: absolute;
    top: 450%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    text-align: center;
    color: white;
    font-size: 3vh;
    background-color: rgb(4, 21, 68);
    padding: 4vh;
    width: 70%;
    border-radius: 5%;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.end_container {
    position: absolute;
    top: 670%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    text-align: center;
    color: white;
    font-size: 3vh;
    background-color: rgb(4, 21, 68);
    padding: 4vh;
    width: 70%;
    border-radius: 5%;
    margin-top: 2vh;
    margin-bottom: 2vh;
}