@media screen and (min-width:1041px){
 h1{
  font-size: 55px;
 }
 p{
  font-size: 20px;
 }
}
@media screen and (max-width:1041px) {

 h1{
  font-size: 45px;
 }

 #baseURL{
  font-size: 15px;
 }


 p{

  font-size: 17px;
 }
 
}
@media screen and (max-width:973px) {
 h1{
  font-size: 38px;
 }
 #baseURL{
  font-size: 14px;
 }
 p{

  font-size: 17px;
 }
}
@media screen and (max-width:913px) {
 h1{
  font-size: 30px;
 }
 #baseURL{
  font-size: 13px;
 }
 p{

  font-size: 15px;
 }
}
@media screen and (max-width:767px) {
 header h1{
  margin-top: 10px;
 }
 #baseURL{
  font-size: 12px;
 }
header img{
 margin-top: 20px;
}
.buttons{
 display: flex;
}
}
@media screen and (max-width:320px) {
 h1{
  font-size:37px;
 }
 p{

  font-size: 15px;
 }
 #baseURL{
  font-size: 9px;
 }
 .buttons{
  display: flex;
 }
}