.logo-icon {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: lightgray;
    background-image: url(https://picsum.photos/200);
    background-size: cover;
}

.main-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

