body {
    background: navajowhite;
}

.blockbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    object-position: center;
    position: relative;
    text-align: right;
    font-size: 3vw;
    font-family: "Futura", Futura, sans-serif;
    color: white;
}

.block {
    flex: 100%;
    min-height: 100%;
    min-width: 100%;
}
a, p {
    color: deeppink;
    font-family: "Futura", Futura, sans-serif;
    font-size: 50px;
    text-decoration: none;
}

img {
    max-height: 444px;
    max-width: 444px;
    object-fit: cover;
}

.smaller-image {
    max-height: 222px;
    max-width: 222px;
    border-radius: 80%;
}

.top-right {
    position: relative;
    top: 0;
    max-width: 250px;
}

.circular {
    width: 50px;
    border-radius: 50%;
}