* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'PlayFair Display';
    color: #C0C0C0;
}

body {
    background: #0E0D0C;
}

.container {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 4rem;
    text-align: center;
}

img {
    width: 20rem;
}