html, body, main {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_wrapper {
    margin: auto;
    padding: 0;
    width: 300px;
    height: 300px;
    
}


.logo__wrapper {

    width: 300px;
    height: 300px;
}


.element-01,
.element-02,
.element-03,
.element-04,
.element-05 {
    position: absolute;
    height: 300px;
    width: 300px;
}




