<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modern {
    background: black;
    color:white;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.0rem;
    font-weight: 300;
}

h1.mod {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.0rem;
    line-height: 4.0rem;
    text-shadow: none;
}

h2.mod {
    font-weight: 700;
    text-shadow: none;
}

b.mod {
    font-weight: 500;
    text-shadow: none;
}

.box {
    margin: auto;
    min-width: 200px;
    max-width: 600px;
    padding: 10px;
    text-align: center;
    border: 1px black;
    padding-bottom: 50px;
}

.sidebysidebox{
    margin: auto;
    min-width: 10%;
    max-width: 60%;
    padding: 10px;
    text-align: center;
    border: 1px black;
    position: relative;
}

.modbtn {
	border: 2px solid black;
	cursor: pointer;
    text-shadow: 0 0 0px black;
    width: 150px;
    height: 150px;
    text-align: center;
    text-decoration: none;
}

</pre></body></html>