﻿html, body {
   height:100%;
    position: relative;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #fbfaf9;
}

.wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 600px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    transform: scale(0.2);
}
