.title {
    text-align: center;
}

footer {
    background-color: #ADD8E6;
    color: white;
	height: 45px;
}

.padded {
    padding-bottom: 50px;
}

.content {
    padding-top: 100px;
    padding-left: 50px;
}

footer a {
    color: white;
}

.navbar {
    background-color: #ADD8E6;
    color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

button {
    background-color: #ADD8E6;
    color: white;
}

.nav-link {
    color: white;
}

h2 {
    font-size: 18px;
}

h1 {
    font-size: 22px;
}