@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
#welcome {
    text-align: center;
}
body {
    background: #833AB4;
background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
font-family: "Inter", Arial;
color: white;
}
#confetti {
    display: none;
}
#rightballoons {
    position: absolute;
    left: 80%;
}
#happybdaygif {
    top: 30%;
    position: absolute;
    left: 40%;
}