<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS Stylesheet*/

{border: 1px solid black;}

img { max-width: 100%; }
head{
     font-family: 'Montserrat', sans-serif;
}

header {
  background: #CE1126;
    border: 1px solid #333;
  text-align: center;
  padding: 20px;
     height: 100px;
    position: auto;
    top:0;
    z-index:30;
}


ul{
    list-style-type: none;
    margin: 0;
    padding:0;
    font-family: 'Montserrat', sans-serif;

}

li{
    display: inline;
    width: 700px;
    color:black;
    font-size: 15px;
}

#navigation li +li:before{
    content: " | "
}



nav{
    width:1500px;
    height: 150px;
    margin: 0 auto;
    margin-top: 50px;
}


body {
    margin-top: 100px; 
    font-size: 18px;
    line-height: 22px;
    font-family:'Slabo 27px', serif;
    text-align: center;
}
#wrapper {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
}

.header{
    text-align: justify;
    padding:inherit;
}


.column {
  float: left;
  padding: 5px;
    width:auto;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.results{
    float: center;
  padding: 5px;
    width:auto;
}

p{
    font-family: sans-serif;
    font-size: 20px;
}

h1{
color:#FFFFFF;
display:inline;
font-size:40px;
    font-family: 'Work Sans', sans-serif;
width:30px;
height:20px;
border-radius: 75px;
    position: auto;
}

.frickenheck h1{
   color:#0038A8;
}


h3{
    color: #CE1126;
    font-size: 30px;
}
.whip{
    padding: 16px;
    border: 1px solid #333;
    background-color:  #CE1126;
    font-family: 'Work Sans', monospace;

}


.code {
    padding: 16px;
    border: 1px solid #333;
    background-color: #999;
    font-family: 'Courier', monospace;
    font-size: 12px;
}

.box {width: 200px;
    height: 200px;
    border: 2px solid purple;
    background: red;
    float: left;
}



.space{
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
}


h2{
    font-family: 'Work Sans', sans-serif;
    color: #FFFFFF;
}
h4{
    color:#0038A8;
    font-size: 25px
}

@media (max-width: 959px) {
    * {box-sizing: border-box;}
    #wrapper{
        max-width: 100%;
    }
}</pre></body></html>