body{
    background-color: black;
    margin: auto;
    text-align: center;
    color: white;
}
.top{
    margin-top: auto;
    border-style: double;
    width: 100%; 
    height: 100px;
    color: rgb(48, 48, 48);
    background-color: rgb(212, 244, 255);
    z-index: 2;
    position: fixed;
}
.waku{
    border-style: dotted;
    border-radius: 20px;
    position: absolute;
    top: -400;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; 
    width: 500px; 
    height: 600px;
}
.sitanoyatu{
    border-style: double;
    text-align: center;
    background-color: rgb(51, 51, 51);
    color: white;
    padding: 10px;
    width: 100%;
    bottom: 1px;
    scroll-margin-top: 10px;
    position: fixed;
    z-index: 2;
}
.sitanoyatu a{
    color: rgb(195, 246, 255);
}
.round1{
    border-style: inset;
    border-color: aqua;
    display: inline-block;
    border-radius: 10px;
    border-width: 100%;
    background-image: url('image.png');
    width: 80px;
    height: 70px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-decoration: none;
}
.round2{
    border-style: inset;
    border-color: aqua;
    display: inline-block;
    border-radius: 10px;
    border-width: 100%;
    background-image: url('image2.png');
    width: 80px;
    height: 70px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-decoration: none;
}
.round3{
    border-style: inset;
    border-color: aqua;
    display: inline-block;
    border-radius: 10px;
    border-width: 100%;
    background-image: url('image3.png');
    width: 80px;
    height: 70px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-decoration: none;
}
.round4{
    border-style: inset;
    border-color: aqua;
    display: inline-block;
    border-radius: 10px;
    border-width: 100%;
    background-image: url('image4.png');
    width: 80px;
    height: 70px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-decoration: none;
}
.round5{
    border-style: inset;
    border-color: aqua;
    display: inline-block;
    border-radius: 10px;
    border-width: 100%;
    background-image: url('image5.png');
    width: 80px;
    height: 70px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-decoration: none;
}
h1.iroari{
    color: rebeccapurple;
}
