@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');

h1, h2{
    color: #4B8DD4;
}


.boxesHome{
    height: 40vh;
    width: 40%;
    margin: 50px auto;
    display: flex row;
    justify-content: center;
    align-items: center;
}

.box{
    background-color: #F0F0F0;
    margin: 10px 10px;
    padding: 30px;
    width: ;
    height: ;
    border-radius: 10px;
    text-align: center;
    flex-grow: 1;
}

.button {
    background-color: #4B8DD4;
    color: white;

    border: none;
    border-radius: 25px;

    padding: 0 28px;
    height: 50px;

    font-size: 16px;
    font-family: 'Arimo', Arial, sans-serif;

    cursor: pointer;
}

.footer{
    color: white;
    text-align: center;
    align-content: center;
    background-color: #61AAE5;
    height: 100px;
    flex-direction: column;
    margin-top: 10px;
}

main{
    flex: 1;
}

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
