body {
    margin: 0;
    background-color: #010312; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.graphic {
    width: 500px;
    height: 500px;
}

img {
    max-width: 100%;
    height: auto;
}

.quote {
    position: relative;
    text-align: right;

    h1 {
        color:antiquewhite;
        font-family: "PT Serif", serif;
        font-weight: 400;
        font-style: normal;
    }

    p {
        color:antiquewhite;
        font-family: "PT Serif", serif;
        font-weight: 150;
        font-style: normal;
        margin-right: -10px;
    }
}