body {
    padding: 0;
    margin: 0;
    background-color: beige;
    font-family: 'Lato', sans-serif;
}
h1 {
    margin-top: 0;
    user-select: none;
    padding-top: 6px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

header {
    position: relative;
    height: 50px;
    background-color: #FF9933;
    user-select: none;
}

header h1 {
    text-align: center;
    color: #fff;
}

a:link {
    color: #000;
    text-decoration: none;
    font-size: large;
    
  }
  
  a:hover {
    color: #FF9933;
  }

a:visited {
  color: #000;
}

a:focus {
    color: #FF9933
}


section {

    padding-left: 3%;

}

div {
     
    padding-left: 3%;
    height: 85vh;

    
}

ul {
    padding-top: 35px;

}

@media only screen and (min-width: 1024px) {
    div {
        padding-left: 25%;
    }
}

@media only screen and (min-width: 1024px) {
    section {
        padding-left: 25%;
        padding-right: 25%;
    }

}
h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-bottom: 50px;
}  
pre {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: larger;
}

*:focus {
    outline: none;
    box-shadow: none;
}
body {
    -webkit-tap-highlight-color: transparent;
}

