main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} 
main h1 {
    font-size: 4rem;
    color: #ff0;
}
main h2 {
    font-size: 1.5rem;
    color: #ff0;
}
main p {
    font-size: 1.2rem;
}

main div {
    margin-bottom: 2.5rem;
}

main a {
    color: #ff0;
}

main a:hover {
    color: white;
}

main ol, ul { 
    margin: 0;
}

main li {
    color: white;
}

.white {
    color: white;
    line-height: 2rem;
}
.yellow {
    color: #ff0;
    line-height: 2rem;
}

.img_index {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.img_whys2 {
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 2rem;
}
.img_whys1 {
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 2rem;
    margin-top: 1rem;
}
.img_whys3 {
    float: right;
    height: auto; 
    width: auto; 
    max-width: 350px; 
    max-height: 400px;
    margin-top: 2rem;
    margin-left: 2rem;
}
.img_ben1 {
    float: right;
    height: auto; 
    width: auto; 
    max-width: 650px; 
    max-height: 760px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.img_ben2 {
    float: right;
    height: auto; 
    width: auto; 
    max-width: 400px; 
    max-height: 600px;
    margin-top: 2rem;
    margin-left: 2rem;
}
.img_ben3 {
    float: right;
    height: auto; 
    width: auto; 
    max-width: 650px; 
    max-height: 300px;
    margin-left: 2rem;
    margin-right: 4.5rem;
}
.img_prog {
    float: right;
    height: auto; 
    width: auto; 
    max-width: 400px; 
    max-height: 600px;
    margin-top: 2rem;
    margin-left: 2rem;
}
.img_con1 {
    float: right;
    height: auto; 
    width: auto; 
    max-width: 600px; 
    max-height: 600px;
    margin-top: 2rem;
    margin-left: 2rem;
}
.img_con2 {
    display: none;
}


.quote {
    text-align: center;
}

@media (max-width: 1200px) {
    /*
    .img_con1 {
        max-width: 475px;
        height: auto;
    }
    */
    .img_con1 {
        display: none;
    }
    .img_con2 {
        display: block;
        float: right;
        height: auto; 
        width: auto; 
        max-width: 475px; 
        max-height: 600px;
        margin-left: 2rem;
    }
}

@media (max-width: 1125px) {
    .img_ben1 {
        max-width: 475px;
        height: auto;
    }
    .img_ben3 {
        margin-right: 2rem;
    }
}

@media (max-width: 1025px) {
    .img_ben1 {
        max-width: 350px;
        height: auto;
    }
    .img_ben3 {
        max-width: 350px;
        height: auto;
        margin-right: 0rem;
    }
}

@media (max-width: 1010px) {
    .img_con2 {
        display: none;
    }
}

@media (max-width: 841px) {
    .img_prog, .img_ben1, .img_ben3  {
        display: none;
    }
}

@media (max-width: 775px) {
    .img_whys1, .img_whys2, .img_whys3  {
        display: none;
    }
    
}

@media (max-width: 600px) {
    main {
        width: 85%;
    }
}