.container{
    font-family: "VT323", serif;
    font-size: 1.5rem;
    color: white;
    /* margin: 10px; */
}

.back-container p {
    font-family: "Share Tech Mono", monospace;
    color: white;
    text-shadow: 5px 5px 5px black;
}

.back-container p:hover {
    color: rgb(83, 15, 83);
}



/*font*/
.doto-semibold {
    font-family: "Doto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "ROND" 0;
}

.vt323-regular {
    font-family: "VT323", serif;
    font-weight: 400;
    font-style: normal;
}

.share-tech-mono-regular {
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
}