@font-face {
    font-family: custom;
    src: url('font.otf');
}
/* .content{
    height: 100%;
    width: 100%;
}
.z{
    position: relative;
    height: 100%;
    overflow: hidden;
    } */

html,body{
    background-color: #1f2833;
    font-size: large;
}
body{
    height: 100%;
    /* overflow: hidden; */
    text-align: center;
}
h1{
    font-size: larger;
    font-family: custom;
    text-align: center;
    color: white;
}
p{
    font-size: larger;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.nav{
    position:relative;top: 0;
    width: 100%;
    max-height: 10%;
    background-color: aliceblue;
}

.topper{
    width: 100%;
    background-color: #45a29e;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top{
    text-decoration: white;
    background: #2c625f;
    min-height: 80px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}


/* design ng link/button (basta gawa ko to lahat sir ahh EMMANUEL ELJOHN ARABIT) */

a{
    color: white;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}
a:visited{
    text-decoration: none;
}
a:hover{
    border-radius: 10px;
    border: 2px solid #45a29e;
    color: #FFFFFF;
    text-shadow: 0 0 5px #FFFFFF;
}

A:active{
    font-size: larger;
}

.cont{
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.cont iframe{
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


