@import url("./sections/main.css");


div.banner {
    text-align: center;
}

div.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    column-gap: 10%;
    padding: 0.5em;
}


button {
    border: none;
    border-radius: 5%;
    height: 110%;
    background: none;
    transition: all 0.2s ease-in-out;
}

button:hover {
    transform: scale(0.95);
    filter: brightness(0.8);
}


.button-text {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 2.5em;
}
