.button {
    width: 175px;
    height: 50px;
    float: left;
    margin-left: 2px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: white;
    background-color: #6b5eff;
    border-radius: 15px;
}

.button:hover {
    background-color: #5e53e0;
}

.button a {
    color: white;
    text-decoration: none;
}

.button1 {
    background-color: #c3d8d8;
    text-align: center;
    border-radius: 5px;
}

.button1:hover {
    background-color: #a4f2f2;
}

.button1 a {
    font-weight: bolder;
    text-decoration: none;
    color: black;
}
