@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap');
body
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    background: url('../images/background.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.divider
{
    width: 40%;
    padding: 10px;
    display: block;
    margin: 0 auto;
}

h3
{
    color: #02aed6;
    font-weight: bold;
}

.iconborder
{
    height: 100px;
    width: 100px;
    border: 10px solid #36c6e7;
    border-radius: 50%;
    padding: 15px;
    color: #02aed6;
    display: block;
    margin: 0 auto 20px auto;
}

.icon .thin
{
    font-weight: 300!important;
}

.menubar
{
    background: #02aed6;
    color: white;
    padding: 10px;
}