@font-face {
    font-family: new_font;
    src: url('fonts/roboto/Roboto-Black.ttf');
}


body {
    background: grey;
    color: black;
    padding: 30px;
    width: 900px;
    margin: 50px auto;
    border: 2px solid white;
    border-radius: 15px;
}
h1,
h2,
h3 {
    color: white;
    text-align: center;
    font-family: new_font;
}

h1 {
    font-size: 40pt;
}

h2 {
    font-size: 25
}
h3{ 
    margin-top:  50px;
}

nav a{
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    margin-left: 170px;
    font-family: new_font;
}

nav a:hover {
    background-color: grey;
 color: black;
}


p {
    text-align: center;
    color: white;
}

img,
iframe {
    display: flow-root;
    margin: 100px auto;
    border: 0px auto;
    border: 2px solid black;
    border-radius: 6px;
}

footer {
    text-align: center;
    color: black;
    margin-top: 50px;
}
ol,
ul li{
    display: block;
    text-align: center;
    width: 10px;
    margin: 10px auto;
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    margin-left: 400px;
}
ul li:hover {
    background-color: whitesmoke;
 color: black;
}
nav a#skibidi{
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    margin-left: 350px;
    font-family: new_font;
    margin-top: 50px;
}

nav a#skibidi:hover {
    background-color: grey;
 color: black;
}
nav a#skibidi1{
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    margin-left: 370px;
    font-family: new_font;
    margin-top: 50px;
}

nav a#skibidi1:hover {
    background-color: grey;
 color: black;
}