body {
    font-family: "Azeret Mono", monospace;
}

#container {
    display:flex;
    height:100vh;
    justify-content: center;
    align-items: center;
}

h1 {
    font-weight:normal;
}

.style1 {
    /*text-decoration: underline wavy #000;*/
    text-decoration: line-through;
}

.style2 {
    text-transform: uppercase;
}

.style3 {
    background-color:#000;
    color:#fff;
}

.style4 {
    font-size:1rem;
}

.style5 {
    font-size:3rem;
}

.style6 {
    font-style:italic;
}

.style7 {
    font-size:0.5rem;
}

.style8 {
    font-weight:bold;
}

.style9 {
    font-family:serif;
}

