button{
    background: black;
    cursor: pointer;
    border: none;
    padding: 10px 24px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    border-radius: 12px;
}

div{
    padding-bottom: 10px;
    align-items: center;
}

body{
    background-color: rgb(85, 179, 72);
    
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a{
    color: #FFF;
    text-decoration: none;
}