body {
    display: block;
    min-height: 100vh;
    overflow: hidden;
    color:#09B;
    font-family:'carlito';
    font-size: 32px;
    background-color: #000208;
}

header {
    display: flex;
    height: 200px;
    align-items:center;
    justify-content:center;
}

main {
    display: flex;
    width: 100%;
    margin-top:-60px;
    align-items: center;
    justify-content: center;
}
.mainMid {
    display: flex;
    width: 600px;
    height: 600px;
    align-items: center;
    justify-content: center;
    background: radial-gradient(rgba(0,0,0,1) 20%,rgba(0,0,0,.3) 30%,rgba(0,0,0,0) 70%);
}
img{
    width:160px;
    height:120px;
    object-fit:cover;
}
footer {
    display: flex;
    height: 400px;
    overflow: hidden;
    align-items: top;
    justify-content: center;
}
