@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&fam');

html {

    background: white
}

body {
    background: black;
    color: white;
    padding: 30px;
    width: 900px;
    margin: 50px auto;
    border: 2xp solid white
    border-radius 15px;
    font-family: "Bytesized", sans-serif;


}


h1 {
    font-size: 42pt;
    border: 5px solid rgb(13, 82, 11);
    padding: 8px;
    text-align: center;
  
    
}

h2{
    font-size: 20pt;
    border: 2px soild white;
    padding: 8px;
    text-align: center;
}



h3 {
    text-align: center;
    font-size: 17pt;
    color:white
    
    
}
    



nav a{
    margin: 0 10px;
    color:white;
    text-decoration: none;
    border: 2px soild white;
    padding: 8px;
    text-align: center;
   

}
nav a:hover{
    color: black;
    background-color: aliceblue;
    border: 6px solid rgb(13, 82, 11);
    
    
}

p{
    text-align: center;
}

img,
iframe {
    display: block;
    margin: 10px auto;

    border: 2pt soild white;
    border-radius: 10pt;
}


footer {
    text-align:center;
}

ol,
ul {
    display: block;
    text-align: center;
    width: 150px;
    margin: 10px auto;
}

nav a:hover {
    color: red;
    text-shadow: 1px 2px 3px black;
    transform: scale(1.3);
    transform: rotate(360deg);
    color: red;
}
nav {
    text-align: center;
}

nav a {
    color:white;
    transition: all 1.5s;
    margin: 0 30px;
    font-size: 24pt;
    text-decoration: none;
    display: inline-block;
    font-family: "Bytesized", sans-serif;
}

h6 {color:red
    
;}

h4 { text-align: center;}

footer {
    color: red;
}

h10{
    color: red;
    font-size: xx-small;
   
}
