h1{
    text-align: center;
}
.main{
    
    
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;

    
}

.sidebar{
    background: #227093;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-wrap{
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: calc(100% - 100px);
    padding-right: 75px;
    margin-bottom: 50px;
}
.stat-box{
    box-shadow: 3px 3px 18px -6px rgba(0,0,0,0.4);
    border-radius: 10px;
    background: white;
    position: relative;
    display: flex;
    padding: 50px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22%;
    margin: 0 25px;
}
.stat-box p{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding:0;
}
.stat-box span{
    text-align: center;
    margin: 0;
    padding:0;
    
    
}
.statnumber{
    display: flex;
    justify-content: center;
    font-size: 70px;
}
.logoheader{
    height: 150px;
    width: calc(100% - 50px);
    margin-left: 50px;
    
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    width: 1024px;
    height: 105px;
    
    background: url('https://infocomplete.dk/wp-content/uploads/2020/06/Logo-uden-bg-1024x105.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.viflytter{
    
    background: url('https://viflytter.dk/wp-content/uploads/2020/05/400dpiLogoCropped-2048x665.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}


.main-wrap-col{
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    height: 70vh;
    
}
.stat-box-col{
    box-shadow: 3px 3px 18px -6px rgba(0,0,0,0.4);
    border-radius: 10px;
    background: white;
    position: relative;
    display: flex;
    padding: 50px 25px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 100px);
    height: 25%;
    margin: 0 25px;
    font-size: 50px;
}.overlay{
    box-shadow: -3px -3px 18px -6px rgba(255,255,255,1);

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}