*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body{
    background-color: rgb(24 24 27);
    width: 100%;
}
.main  {
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    text-align:center;
    margin-top: 20px;
    color: rgb(232, 228, 228);
}

p {
    margin-top: 15px;
    font-size: 40px;
    color: whitesmoke;
    display: none;
}

button{
    height: 40px;
    width: 80px;
    border-radius: 15px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid black;
    background-color:rgb(193, 164, 239);
}

button:hover{
    cursor: pointer;
}
#love{
    font-size: 200px;
    text-align: center;
    font-family: Comic Sans MS;
    margin-right: 10px;
    
}