body {
    background-color: rgb(59, 195, 207);
}
h1 {
    font-size: 50px;
}

h2 {
    font-size: 25px;
    text-decoration: underline;
    padding-left: 10px;
}

p {
    padding: 15px;
}

p,
li {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif

}


img {
    float: left;
    padding-right: 20px;
}

.background {
    overflow: hidden;
    background-color: grey;
    padding-bottom: 70px;
}


.hobby-list {
    list-style: none;
}