html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.w3-main {
    background-color: #fff7f3;
    padding-top: 25px;
    min-height: calc(100% - 25px);;
}

.w3-main h1{
    margin-top: 0;
    font-weight: 400;
    letter-spacing: .5px;
}

.agile-info{
    width: 450px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 6px 12px 0 rgba(40,43,49,.3);
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    margin-top: 100px;
}

.are-you-client{
    color: #9096A4;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.are-you-trainer{
    padding: 15px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
    background-color: #ff8e64;
    box-shadow: 0 6px 12px 0 rgba(40,43,49,.08);
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    background-image: linear-gradient(135deg,#ff8e64,#F2C94C);
    display: block;
    width: -moz-fit-content; width: -webkit-fit-content; width: fit-content;
    margin: 0 auto;
}

.footer-w3l{
    width: -moz-fit-content; width: -webkit-fit-content; width: fit-content;
    margin: 100px auto 0 auto;
    
}