body{
    background-color: black;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;
    text-align: center;
}

h1 {
    text-align: center;
}

nav{
background-color: purple;
color: white;
}

.navbar{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: purple;
}

.navsection{
    float: left;
    border-right: 1px solid #bbb;
}

.navsection a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navsection a:hover{
    background-color: darkorchid;
}

.navsection li:last-child{
    border-right: none;
}

.desc{
    float: none;
    text-align: left;
    padding-bottom: 5px;
}

.descheader{
    float: none;
    text-align: left;
    list-style-type: none;
    padding-bottom: 5px;
    text-decoration-line: underline;
    font-weight: bold;
}

.active{
    background-color: darkorchid;
}

#logo{
    border-radius: 50%;
    width: 5%;
    height: 5%;
}

.flexbox{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.col{
    flex: 1;
}

.break{
    flex-basis: 100%;
    height: 0;
}

.picture{
    padding-top: 10px;
}
