body {
    text-align: center;
    background: hsl(180, 100%, 90%);
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto; width: 66%;
}

a {
    text-decoration: none;
    
}

a:hover {
    text-decoration: underline;
}

.title {
    color: blue;
    width: auto;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

img {
  image-rendering: pixelated;
}




