body {
    background-size: cover;
    font-family: 'Montserrat';
    list-style: none;
    text-decoration: none;
}

.button {
    background-color: #1b9bff;
    width: 150px;  
    padding: 20px;
    border-radius: 10px;
    border: 1px solid black;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
}