html {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.top-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #FFD33A;
    color: #FFF;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.profile-wrapper img {
    max-height: 100%;
    max-width: 100%;
}