*{
    padding: 0;
    margin: 0;
    
}
.container{
    height: 100vh;
    width: 100vw;
    color: rgb(242, 252, 49);
    text-align: center;
    padding-top: 15%;
}

h2{
    font-size: 72px;
    margin-bottom: 30px;
}

.love span{color: #e41b1b;}
.love a{text-decoration: none;
    background: #eee;
    padding: 5px;
    margin: 5px 10px;
    border-radius: 10px;}
    
#no{color: red;}
#yes{color: rgb(6, 247, 171);}
.yes span{
    color: #e41b1b;
}
#img{
    padding: 20%;
}
#nex{
    text-decoration: none;
    background: #eee;
    border-radius: 10px;
    margin: 5px 10px;
    padding: 5px;
    color: #e41b1b;
}
.love{
    color: rgb(255, 221, 0);
}
.thank{
    text-align: center;
    color: blue;
}
.than{
    text-align: center;
    color: rgb(224, 66, 66);
}
