@import url('https://fonts.googleapis.com/css2?family=Rozha+One&display=swap');
.txet {
    font-size: 15vw;
    font-family: "Rozha One";
    color: white;
}

.smalltxet {
    font-size: 1vw;
    font-family:'Courier New', Courier, monospace;
    color: #27282c;
    margin: 1%;
}

.centeredcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.imgcontent {
    width: 50vw;
    height: auto;
    image-rendering: pixelated;
    overflow: hidden;
}

body {
    background-color: #080808;
}
