.logo-color{
    background-color:#222429;
}

.wrapper {
    min-width:500px;
    padding: 0 15px;
    background-color:#dddddd;
}
.navigation {
    position:fixed;
}

.round-frame {
    width: 150px;
    height: 250px;
    border-radius: 17%;
    overflow: hidden;
    max-width: 80% !important;
  }

.round-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}