body{
    font-family: cursive;
    background-image: url(https://furaisu.neocities.org/images/dot2.jpeg);
    height: auto;
    background-repeat: no-repeat;
    display: flex;
    background-attachment: fixed;
    background-size: cover;
}


.container{
    background-image:
        url(https://furaisu.neocities.org/images/dot1.jpeg);
    width: 830px;
    height: 1394px;
    position: relative;
    align-items: center;
    margin: auto;
    border-radius: 15px;
    gap: 10px;
}
.bigbox1{
    background-image: url(https://furaisu.neocities.org/images/dot3.jpeg);
    background-attachment: fixed;
    background-size: contain; 
    width: 130px;
    position: relative;
    text-align: center;
    height: 255px;
    margin: 5px;
}
.box1{
    background-color: #ffd5f4;
    border-radius: 80px;
    text-align: center
}
.littlebox{
    background-color: black;
    padding: 0.2em 1em;
    border-radius: 25px;
    margin: 4px;
    font-size: 15px;
}
.box2{
    background-color: black;
    color: #ffd5f4;
    font-size: 9px;
}
.box3{
    color: #ffd5f4;
}
.gifimg{
    width: 99px;
}
a{
    color: white;
    font-size: 15px;
    text-decoration: none;
}
a :hover{
    color: #ff85d9;
}
.box4{
    position: relative;
    display: flex;
    background-color: white;
    margin: 5px;
    border-radius: 25px;
    width: 500px;
    top: -230px;
    left: 160px;
    text-align-last: start;
    padding: 5px;
}
p{
    color: black
}
h3{
    color: black;
}
p:hover{
    color: black;
}
h3:hover{
    color:black;
}
.bigbox2{
    position: relative;
    top: -1415px;
    left: 700px;
}



