body{
    width: 200px;
    height: 615px;
    background-image: url(./Valentines\ Day\ Love\ GIF.gif);
    background-repeat: no-repeat;
    background-size: cover;
}
#Container{
    width: 500px;
    height: 550px;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    left: 30%;
    background-color: transparent;
}
#Questions{
    font-size: 25px;
    color: orange;
}
#Options{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.Optionsbtn{
    outline: none;
    border: none;
    width: 400px;
    height: 65px;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 20px;
}
#Score{
    width: fit-content;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    color: skyblue;
    top: 15px;
    left: 75%;
}
#Skip{
    border: none;
    outline: none;
    width: 80px;
    position: absolute;
    top: 550px;
    left: 50px;
    background-color: cadetblue;
    border-radius: 20px;
}