@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Oswald:wght@200;300;400;500;600;700&family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face{
    font-family: Tele;
    src: url(Teletactile.ttf);
}
body{
    background-image: url(font.png);
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-attachment: fixed;
    margin: 5px 5px;
    
}
header{
    display: flex;
    background-color: Khaki;
    font-family: Tele;
    align-items: center;
    border-radius: 15px;
    align-items: stretch; 
}



a {
    text-decoration: none;
}

img{
    width: 70px;
    
}
h2{
    
    text-align: center;
    
}
main{
    
    background-color: DarkKhaki;
    border-radius: 15px;
    padding: 10px 10px;
    min-height: calc(100vh - 92px - 80px - 100px);
}
article{
    background-color: white;
    padding: 50px;
    border-radius: 20px;
    margin:20px;
    
}

iframe{
    width: 100%;
    height: 50vh;
    
}
.head{
    background-color: Khaki;
    border-radius: 10px;
}
.ok{
    background-color: khaki;
    border-radius: 10px;
    width:100%;
}