body {
    font-family:AppleGaramond-Light;
    background-color: rgb(255, 255, 255);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#container {
    display: flex;
    justify-content: center;
    color: rgb(0, 0, 0);
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#sidebar {
    flex: 1;
    margin: 0px 30px;
    display: flex;
    justify-content: space-around;
}

#textChange {
    column-count: 2;
}

#backgroundChange {
    column-count: 2;
    margin-bottom: 50px;
}

#reset {
    display: block;
    margin: auto;
}

#hobbies {
    flex: 3;
    margin-right: 40px;
}