/* WEB RESPONSIVENESS */
@media screen and (max-width: 1200px) and (orientation: landscape) {
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
#saveBtn {background-color: #0064ff96;}
}

@media only screen and (max-width: 500px)  and (orientation: portrait){
body{margin: 7vh 0;}
}
