body{
    text-align: center;
    background-image: url(./pictures/blobz.gif);
    background-size: 128px;
    background-repeat: repeat;
    line-height: 18px;
    margin: 0 auto;
    min-height: 50vh;
    width: 1750px;
    color: #35353e;
}

.tiny5-regular {
    font-family: "Tiny5", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: "Tiny5", sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin: 10px;
    margin-bottom: 10px;
    font-style: normal;
}

p {
    font-family: "Tiny5", sans-serif;
    color: white;
    font-weight: 400;
    font-size: 17px;
    margin: 5px;
    margin-bottom: 5px;
    font-style: normal;
}

.wip{
    margin: 472px;
    border: white solid;
    backdrop-filter: blur(40px);
}