*{
    margin: 0;
    padding: 0;
}
@media only screen  and (max-width: 720px){
    body{
        background-color: rgba(173, 216, 230, 0.452);
        font-family: sans-serif;
        width: auto;
        margin: auto;
        display: block;
    }
    header{
        background-color: white;
        display: block;
        text-align: center;
        padding: 15px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        min-width: 520px;
        margin: 150px 50px auto 50px;
        height: 200px;
    }
    header h1{
        color: rgb(3, 194, 194);
        font-weight: lighter;
        padding-bottom: 20px;
        padding-top: 20px;
        font-size: 2.2em;
    }
    header h2{
        color: rgb(203, 255, 80);
        font-weight: lighter;
        padding-bottom: 20px;
        font-size: 1.8em;
    }
    header main{
        font-size: 1.1em;
        color: rgba(128, 128, 128, 0.637);
    }
    .asideleft{
        background-color: rgba(20, 167, 147, 0.733);
        text-align: center;
        display: block;
        padding: 25px;
        padding-top: 50px;
        margin-left: 50px;
        margin-right: 50px;
        min-width: 500px;
        height: 180px;
    }
    .asideleft p{
        color: white;
        font-size: 14px;
        letter-spacing: 1px;
        
    }
    .asideleft .title{
        font-size: 22px;
    }
    .asideleft button{
        background-color: #b6ff2f;
        border: none;
        color: white;
        padding: 14px 40px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.8em;
        width: 450px;
        height: 59px;
        border-radius: 5px;
    
    }
    .asideleft button:hover{
        background-color: rgb(217, 255, 47);
        color: dimgray;
        transition: color 0.2 linear;
        transition: background 0.2 linear;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.158);
    }
    .asideleft .full{
        padding-bottom: 20px;
        color: rgba(255, 255, 255, 0.801);
        font-size: 20px;
    }
    .asideright{
        background-color: rgb(103, 207, 197);
        text-align: center;
        display: block;
        padding: 25px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        margin-left: 50px;
        margin-right: 50px;
        min-width: 500px;
    }
    .asideright p{
        color: rgba(255, 255, 255, 0.548);
        font-size: 20px;
       
    }
    .why{
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 15px;
        color: white;
    }
    .dollar{
        color: white;
        font-size: 28px;
        display: inline;
    }
    .month{
        color: rgba(64, 224, 208, 0.685);
        display: inline;
        font-size: 17px;
    }
    .attribution{
        margin-top: 50px;
    }
    .attribution{
        margin-top: 50px;
        text-align: center;
        min-width: 500px;
        font-size: 1.5em;
    }

}
@media only screen and (min-width: 768px){
.principal{
    display: grid;
}
body{
    background-color: rgba(173, 216, 230, 0.452);
    text-align: center;
    font-family: sans-serif;
    width: auto;
    margin: auto;
    display: block;

}
header{
    background-color: white;
    grid-column-start: 1;
    grid-column-end: 3;
    min-width: 630px;
    margin: auto;
    padding: 25px;
    margin-top: 75px;
    grid-row: 1;
    text-align: left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 7px -5px 75px rgba(0, 0, 0, 0.247);
    box-shadow: 7px 250px 75px rgba(0, 0, 0, 0.349);
}
header h1{
    color: rgb(3, 194, 194);
    font-weight: lighter;
    padding-top: 10px;
}
header h2{
    color: rgb(203, 255, 80);
    font-weight: lighter;
    padding-top: 10px;
}
header main{
    padding-top: 10px;
    line-height: 1.5;
    color: rgba(128, 128, 128, 0.637);
}
.asideleft{
    background-color: rgba(20, 167, 147, 0.733);
    display: inline-grid;
    text-align: left;
    padding: 25px;
    max-width: 300px;
    grid-row: 2;
    grid-column: 1;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 0;
    height: 200px;
    border-bottom-left-radius: 8px;
    

}
.asideleft p{
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
}
.asideleft .title{
    font-size: 17px;
}
.asideleft button{
    background-color: #b6ff2f;
    border: none;
    color: white;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 280px;
    height: 46px;
    border-radius: 5px;

}
.asideleft button:hover{
    background-color: rgb(217, 255, 47);
    color: dimgray;
    transition: color 0.2 linear;
    transition: background 0.2 linear;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.158);
}
.asideleft .full{
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.801);
}
.asideright{
   background-color: rgb(103, 207, 197);
   display: inline-grid;
   text-align: left;
   padding: 25px;
   grid-row: 2;
   grid-column: 2;
   margin-top: auto;
   margin-bottom: auto;
   margin-left: 0;
   margin-right: auto;
   height: 200px;
   min-width: 300px;
   line-height: 1px;
   border-bottom-right-radius: 8px;
   

    
}
.asideright p{
    color: rgba(255, 255, 255, 0.548);
    font-size: 14px;
   
}
.why{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    color: white;
}
.dollar{
    color: white;
    font-size: 28px;
    display: inline;
}
.month{
    color: rgba(64, 224, 208, 0.685);
    display: inline;
    font-size: 17px;
}
.attribution{
    margin-top: 50px;
}
}