body {
    margin: 0 auto;
    background-color: rgb(245, 242, 242);
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -khtml-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;  
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 770px;
    height: 80px;
    background-color: black;
}
.logo img {
    width: 110px;
    height: 110px;
    margin-top: -5px;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -khtml-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;  
}
.tamada {
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay {
    border-radius: 10px;
    width: 640px;
    height: 320px;
    background: url(./tamada.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 2px 7px 36px -1px rgba(34, 60, 80, 0.6);
    text-align: center;
    transition: 0.4s;
}
.overlay:hover {
    transform: scale(1.1);
}
.information {
    margin-top: 150px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.information h1 {
    color: #1E2835;
    font-size: 35px;
}
.information p {
    color: white;
    font-size: 18px;
    font-family: 'Courier New', Courier, monospace;
    margin-top: -20px;
}
.information a {
   text-decoration: none;
}
.information button {
    border: solid 1px white;
    color: white;
    width: 140px;
    height: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgba(255, 255, 255, 0);
    font-weight: bold;
    font-size: 13px;
    transition: 0.4s;
}
.information button:hover {
    border-radius: 5px;
    background-color: white;
    color: #51424E;
}
.information button:active {
    width: 120px;
    height: 25px;
}
.tagname {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tagname h1 {
    font-family:Verdana, Geneva, Tahoma, sans-serif ;
    font-size: 26px;
    margin-top: -10px;
}
.maincon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 640px;
    height: 250px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 5px 74px -17px #51424e81;
}
.main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.buttons a {
    text-decoration: none;
    margin-left: 50px;
}
.buttons {
    display: flex;
    flex-direction: row;
}
.buttons svg, .call svg {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    color: white;
}
.buttons button,.call button {
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 250px;
    height: 70px;
    border: 1px solid black;
    border-radius: 25px;
    color: black;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
.whatsapp:hover {
    border: none;
    width: 255px;
    font-size: 17px;
    margin-top: -7px;
    background: #00b09b;
    background: -webkit-linear-gradient(to right, #96c93d, #00b09b);  
    background: linear-gradient(to right, #96c93d, #00b09b);
    color: white;
    box-shadow: 0px 5px 10px 9px rgba(48, 217, 61, 0.2);
}
.instagram:hover {
    border: none;
    width: 255px;
    font-size: 17px;
    margin-top: -7px;
    background: #8A2387; 
    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);  
    background: linear-gradient(to right, #F27121, #E94057, #8A2387); 
    color: white;
    box-shadow: 0px 5px 10px 9px rgba(217, 48, 186, 0.2);
}
.buttons button:active, .call button:active {
    width: 240px;
    height: 60px;
}
.call {
    display: flex;
    align-items: center;
    justify-content: center;
}
.called:hover {
    border: none;
    width: 255px;
    font-size: 17px;
    margin-top: -7px;
    background: #396afc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);
    background: linear-gradient(to right, #2948ff, #396afc); 
    color: white;
    box-shadow: 0px 5px 10px 9px rgba(48, 51, 217, 0.2);
}
.maincon2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    background-color: white;
    width: 640px;
    height: 450px;
    box-shadow: 0px 5px 74px -17px #51424e81;
    border-radius: 15px;
}
.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
iframe {
    width: 250px;
    height: 170px;
    margin-left: 20px;
    border-radius: 10px;
    transition: 0.4s;
}
iframe:hover {
    width: 260px;
}
.maincon3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    background-color: white;
    width: 640px;
    height: 350px;
    box-shadow: 0px 5px 74px -17px #51424e81;
    border-radius: 15px;
}
.tamada-content {
    text-align: center;
    width: 500px;
    text-align: justify;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 19px;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.endbanner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 770px;
    height: 80px;
    background-color: black;
    margin: 0 auto;
    color: white;
    font-family:'Courier New', Courier, monospace;
}
.endbanner p {
    margin-top: 30px;
}
@media only screen and (max-width: 426px) {
    .overlay {
        width: 360px;
        height: 320px;
    }
    .tagname h1 {
        font-size: 23px;
    }
    .maincon {
        width: 360px;
        height: 360px;
    }
    .main .buttons {
        display: flex;
        flex-direction: column;
    }
    .whatsapp {
        margin-top: -10px;
    }
    .callname {
        padding-bottom: 16px;
    }
    .called {
        margin-left: 10px;
    }
    .maincon2 {
        width: 360px;
        height: 850px;
    }
    iframe {
        margin-left: 65px;
        margin-top: 10px;
        width: 230px;
    }
    .maincon3 {
        width: 360px;
        height: 490px;
    }
    .tamada-content {
        width: 320px;
        font-size: 19px;
    }
}
