body{
    font-family: monospace;
    font-size: 1rem;
}

hr{
    border: 0;
    border-bottom: 1px dashed #508d61;
    background: none;
}

#blocky{
    margin: auto;
    display: block;
}

h1{
    background-image: url(https://50000yen.neocities.org/mgs/main/e596c04452b21c208101dd822bd8388c.jpg);
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;   
    font-size: 1.5rem;
    margin: 0;
    padding: 1%;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 15px;
}

b{
    color: #cde2d3;
    text-shadow:
    -1px -1px 0 #508d61,
    1px -1px 0 #508d61,
    -1px 1px 0 #508d61,
    1px 1px 0 #508d61;
}

.white{
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    border-radius: 15px;
}

a{
    text-decoration:none;
    margin: 0;
    color: #ffffff;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
    transition: ease-in-out 0.5s;
}

a:hover{
    cursor: default;
    letter-spacing: 2px;
}

.art{
    width: 90%;
    height: auto;
    margin: auto;
}

.bord{
    border: 1px solid #508d61;
    width: 30%;
    height: auto;
    display: inline-block
}

.art img{
    max-width:100%;
    max-height:100%;
}