#body{
    background-color:lightcyan;
    font-family:pixelate;
    display: flex;
    flex-direction:column;
    font-size: larger;
    font-style: italic;
}

@font-face {
    font-family: 'pixelate';
    src: url(fonts/PixelsplitterBold-ErDW.ttf);
}

#header{
    color:darkgreen;
    font-family:pixelate;
    font-size: smaller;
}

#footer{
    color:darkgreen;
    font-family:pixelate;
    font-size: small;
    text-shadow:0cqh;
}

.row{
    text-align:center;
    font-family:pixelate;
}

#svg{
    width: 300px;
    height: 300px;
    display:flex;
    margin-top: auto;
    background-color: plum;
}

text{
    text-anchor: center;
}

#img{
    text-align: center;
    width: 10%;
    height:auto;
    transform: rotate(30deg);
}

#textleft{
    float: left;
    display: inline-block;
    text-align: left;
}

#textcenter{
    text-align: center;
}

#textright{
    display: inline-block;
    float: right;
    text-align: right;
}

a:hover {
    background-color: rgb(132, 255, 128);
    font-size: 18px;
  }

#minitextright{
    text-align: right;
}

#minitextleft{
    text-align: left;
}