body{
    font-family: sans-serif, verdana;
    background-color: #2e3440;
    color: #e5e9f0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body h1{
    text-align: center;
    text-shadow: 3px 3px #4c566a;
    color: #88c0d0;
}

body h2{
    color: #88c0d0;
}

.column2 {
  float: left;
  width: 49%;
  padding: 5px;
}

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

.section{
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px;
    border: 3px outset #88c0d0;
    border-radius: 10px;
    background-color: #434c5e;
}

.code{
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 20px;
    border: 3px outset #81a1c1;
    border-radius: 10px;
    background-color: #2e3440;
    color: #8fbcbb
}

a{
    text-decoration: none;
    font-weight: bold;
    color: #8fbcbb;
}

button{
    background-color: #5e81ac
}
