body {
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0, 41, 58);
}
.buttons-div {
    width: 40vw;
    height: 70vh;
    margin-left: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20%;
    
}
.buttons-div a {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    height: 14vh;
    width: 33%;
    border-radius: 50px;
    font-size: 5.5vh;
    cursor: pointer;
    transform: scale(1);
    transition: transform .15s ease;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    align-items: center;
}
.buttons-div a:hover {
    transform: scale(1.1);   
}
.buttons-div a {
    text-decoration: none;
    color: white;
    
}



.buttons-div a {
    text-decoration: none;
    color: white
}
.text{
font-size: 34px;
margin-left: 4%;
color: white;
text-align: left;
padding-top: 20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

