
    body {
    font: normal 28px Verdana bolder, Arial, sans-serif;
}
        h1 {text-align: center;}
        h2 {text-align: center;}
        p {text-align: center;}
        dl {text-align: center;}
        div {text-align:center;}
        nav {text-align:center ;}
        test1 {text-align:center;}
        contact_form {text-align:center ;}
.header {
    
    width: 100%;
    font-style: italic;
    font-size:50px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.logo img {
    width: 100px;
    
}
  iframe {
    width: 100%; 
    border-radius:10px
    
}

@media only screen and (max-width: 780px) {
    iframe {
        width: 100%;
    }
    
    
    img {
      display: flex;
      text-align:center;
      margin: auto
        }
   
    test1 {
        text-align: center;
        background-color: white;
        margin: auto;
       
    }
}
@media only screen and (max-width: 780px) {
  #test1 {
    width: 100%;
  }
    contact_form {
        background-color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        margin: auto;
    
    }
    contact_form{
           display: flex;
           justify-content: center;
           align-items: center;
           
       }
       
   
    .row label {
        color: black;
        font-size: 18px;
        margin-left: auto;
        text-align: center;
    }

    input[type=text], textarea {
        text-align: center;
        background-color: lightgray;
        border-radius: 70%;
        margin: auto 0;
        color: black;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: 5px 5px 30px #3e4444;
    }

    input[type=text] {
        height: 25px;
        margin: auto 0;
    }

    input[type=submit] {
        background-color: lightgray;
        color: black;
        border-radius: 10px;
        font-size: 18px;
        margin: auto 0;
        margin-left: 10px;
        box-shadow: 5px 5px 5px #3e4444;
        text-align: center;
    }
    


    .fa {
       
        font-size: 20px;
        width: 100px;
        text-align: center;
        text-decoration: none;
    }

        .fa:hover {
            opacity: 0.7;
        }

    .fa-facebook {
        background: #2f27ef;
        color: white;
    }

    .fa-twitter {
        background: #55ACEE;
        color: white;
    }

    .fa-youtube {
        background: #bb0000;
        color: white;
    }

    .fa-instagram {
        background: #f7119e;
        color: white;
    }
    
    .fa-tiktok {
			background: #2f27ef;
        color: white;
		}
    
    .fa-envelope {
        background: #45bbff;
        color: white;
     
    }
    
   .gallery {
       margin: auto 0;
        
        border: 1px solid #ccc;
        float: none;
        width: 180px;
    }
    
    .gallery:hover {
    border: 1px solid #777;
}

    .gallery img {
    width: 100%;
    height: 200px;
    float: none
    
}

    .desc {
    padding: 15px;
    text-align: center;
}
 .column {
  float: left;
  width: 50%;
}
     .row {
  display: inline;
}
     }