body {
    margin: 4rem;
    padding-top: 15rem;
}


.title {
    color: black;


}

.description {
    color: black;
    font-weight: normal;
}

.front_button {
    width: 5rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: rgb(147, 147, 255);
    color: white;
}

.front_button:active {
    background-color: blue;
}

.button {
    padding: 10px 20px;
    background-color: rgb(147, 147, 255);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none; 
    display: inline-block;
}


.button:hover {
    background-color: darkblue;
}
