
body {
    margin: 0;
    padding: 0;

    width: 100%;
position: absolute;
}



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

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

.logo{ width: 83px; height: 100px; margin: 0em 4em 2em 4em;
}


.container-out{
    margin: 15% 0;

}

