.home-page {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: auto;
    width: 100vw;
}

.header {
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #1ec8aa;
    height: 50px;
    width: 100vw;
}

.logo {
    transform: scale(1.1);
    display: block;
}

.thumbnail_50x50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.thumbnail_100x100 {
    width: 100px;
    height: 100px;
    object-fit: cover;
}