body {
    background-color: whitesmoke;
}

.navbar {
    background-color: #BBD0F8;
}

.nav-item {
    font-weight: bold;
}

.title {
    font-weight: bold;
}


.profile-block {
    width: 150px;
    display: flex;
    justify-content: end;
}

.profile-icon {
    width: 35px;
}

.homepage {
    width: 100%;
    margin-bottom: 50px;
}

.homepage .container  {
    margin-left: 100px;
    background-color: #BBD0F8;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 25px;
    padding: 75px 50px;
}

.homepage-text b {
    color: #384E77;
}

#usernameDisplay {
    color: #384E77;
    font-weight: bold;
  }
  

.profile-button {
    padding-left: 0px;
}

.profile-button a {
    text-decoration: none;
    padding: 18px 30px;

    background-color: #384E77;
}

.profile-button a:hover {
    background-color: #314468;
}

.homepage .container {
    margin-left: 0px;
}

.section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
    margin-top: 100px;
}

.s1-part {
    text-align: center;
    width: 400px;
    margin: 0px 50px;


}

.s1-pic {
    height: 150px;
    margin-top: 20px;
    
}

.s1-box {
    border-radius: 25px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #BBD0F8;
    text-align: center;
    display: flex;
    justify-content: center;
}

.s1-box-content {
    width: 90%;
}

.s1-box-info {
}

.s1-box h1 {
    font-size: 30px;
    margin: 0px;
    margin-top: 20px;
    color: #384E77;
}

.s1-box h2 {
    font-size: 18px;
    color: #48525e;
}

.s1-box div  {
    padding: 5px 20px;
    margin-bottom: 10px;
}

.s1-box div a {
    padding: 14px 20px;
    margin-bottom: 10px;
}


.line-break {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 40px;
}

.footer {
    height: 200px;
    background-color: #BBD0F8;
    display: flex;
    align-items: end;
    justify-content: center;
}