body {
    width: 100vw;
    height: 100vh;
    margin: 0px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: black;
}

img {
    width: 80%;
    height: 80%;
    margin: 10px;
    border: 1px;
    border-style: solid;
    border-color: white;
    
    object-fit: cover;
}

p {
    width: 80%;
    margin: 0px 10px 10px;

    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: medium;
    font-style: italic;
    font-weight: 400;
}