body {
    height: 100%;
    width: 100%;
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.cimg {
    width: 30%;
}