html, body {
    background-color: black;
}

@font-face {
    font-family: Argo2d2;
    src: url(../font/Argo2d2.ttf);
}

#different-Font {
    font-family: Argo2d2;
    color: white;
}

#img-center {
    display: block;
    margin: auto;
}

.img-effect {
    clip-path: circle(50%);
}