body {
    margin:0px;
}
.container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #2d2d2c;
margin:0px;
padding:0px;
}
.logo {
    box-shadow: 0px 0px 24px rgb(255, 255, 255);
}
img.logo {
    border-radius: 100%;
    width:300px;
    height:300px;
}
