/* CSS Document */
main{
    background-color: #feecd7;
    width: 100%;
    text-align: center;
}

/*------------------------------------------------------------------------------------------*/
/*Tablet View*/
@media (min-width: 768px){


}
/*------------------------------------------------------------------------------------------*/
/*Desktop View*/
@media (min-width: 1024px){
}
