@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&display=swap');

html, body {font-family: 'Raleway', sans-serif;}

.topbar {
    background-color: #496E93;
    height: 5px;
}

.titlepage {
    background-color: #8BBFBA;
}

.cover-image {
    height: 196px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.profile-pic {
    height: 150px;
    width: 150px;
    background-size: cover !important;
    border-radius: 100%;
    margin: auto;
    border: solid 3px;
}