.icon {
    height: 100%;
    width: 100%;
}

.header {
    display: flex;
    align-items: center;
}

.dot {
    color: #E2574C;
}

.menu {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}

.divider {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.house {
    height: 36px;
    margin-left: 15px;
    margin-right: 15px;
}

.header-span {
    display: flex;
    align-items: center;
}

.under {
    position: sticky;
    top: 0;
}

.over {
    margin-top: -100vh;
    position: relative;
    height: 100vh;
}

.wrapper {
    height: 200vh;
}

.align-center {
    text-align: center; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

body {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

body::-webkit-scrollbar {
    display: none;
}