body{
    font-family: higu;
    background-image: url(https://connectedness.neocities.org/imgs/blog/dithered-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    font-size: 0.8rem;
}

@font-face {
  font-family: higu;
  src: url(/fonts/sazanami-gothic.ttf);
}

@font-face {
  font-family: mall;
  src: url(/fonts/Malline.ttf);
}

.title{
    font-size: 5rem;
    z-index: 1;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
    color: white;
    position: absolute;
    right: 32rem;
    top: 4rem;
    font-style: italic;
    font-weight: 900;
    font-family: mall;
}

.cont{
    margin: auto;
    margin-top: 8rem;
    width: 55rem;
    height: 40rem;
    border: 1px solid transparent;
    border-radius: 30px;
    background-image: url('https://connectedness.neocities.org/imgs/blog/31d6037eca6aebea121b12cc12b4c7a0.webp');
    background-repeat: repeat;
    background-size: contain;
    z-index: -1;
    box-shadow: 0px 0px 50px #fff, -5px -5px 5px #6161618c inset;
}

.main{
    border: 1px solid transparent;
    border-radius: 15px;
    height: 35rem;
    width: 25rem;
    padding: 0;
    overflow: auto;
    z-index: 2;
    background-color: white;
    margin-top: 2rem;
    margin-left: 1.9rem;
    box-shadow: -5px -5px 10px #6161614f inset, 5px 5px 10px #6161614f inset;
    float: left;
    overflow: auto;
}

.main p{
    margin-left:0.5rem;
    margin-right:0.5rem;
    padding: 1%;
    margin-top: 1%;
}

.xtra{
    border: 1px solid transparent;
    border-radius: 15px;
    height: 35rem;
    width: 25rem;
    padding: 0;
    overflow: auto;
    z-index: 2;
    background-color: white;
    margin-top: 2rem;
    margin-right: 1.9rem;
    box-shadow: -5px -5px 10px #6161614f inset, 5px 5px 10px #6161614f inset;
    float: right;
    background-image: url(https://i.pinimg.com/webp/736x/38/8b/67/388b67eea3a1f9fefa422ac289ef3fa8.webp);
}

.entries{
    margin: auto;
    margin-top: 2rem;
    width: 20rem;
    height: 30rem;
    border: 1px solid lightgray;
    background-color: #e6ebcf;
    border-radius: 5px;
    box-shadow: -5px -5px  #ffffff inset, 5px 5px  #ffffff inset;
    overflow: auto;
}

summary{
    font-family: mall;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    background-color: #8F9D56;
    width: 95%;
    color: white;
    font-style: italic;
    font-weight: 900;
    font-size: 1.8rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
    padding: 1%;
}

summary:hover{
    cursor: default;
}

#home{
    color: #e6ebcf;
    background-color: white;
    padding: 1%;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 1.3rem;
    font-style: italic;
    text-decoration: none;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
    transition: ease-in-out 0.3s;
}

#home:hover{
    color: #000;
    text-shadow: -1px -1px 0 #e6ebcf, 1px -1px 0 #e6ebcf, -1px 1px 0 #e6ebcf, 1px 1px 0 #e6ebcf; 
}

.boxxy{
    width: 80%;
    height: 30%;
    border: 1px dashed grey;
    margin-top: 18%;
    margin-left: 10%;
    z-index: 3;
    background-color: white;
}

.boxxy p{
    margin-left: 1%;
    margin-right: 1%;
}

b{
    color: #8F9D56;
}

h1{
    font-family: mall;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    background-color: #8F9D56;
    width: 95%;
    color: white;
    font-style: italic;
    font-weight: 900;
    font-size: 1.8rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
    padding: 1%;
    text-align: center;
}

#fix{
    display: block;
    margin: auto;
    width: 90%;
    height: auto;
}