@font-face {
    font-family: "Real";
    src: url("RealText-Regular.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

body {
    font-family: "Real", "Roboto Condensed", Arial, sans-serif;
    background: rgb(211, 183, 242);
}

h1 {
    font-size: 24pt;
    font-weight: normal;
}

section {
    font-size: 16pt;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 20px;
}

a {
    color: gray;
    text-decoration: none;
}

a:hover {
    color: lightgray;
    text-decoration: none;
}

a:visited {
    #wenn schon besucht
}

footer {
    font-size: 12pt;
    font-weight: normal;
    position: absolute;
    bottom: 5vh;
    margin-left: 5vw;
}



#centered{
    height: 100vh; 
    display: flex;
    flex-direction: column;
    align-items: left; 
    justify-content: center;
    margin-left: 5vw;
}

#typing{
    font-size: 50;
}

.cursor::after{
    content: "|";
}

.nocursor{
    
}


