body {
    background-color: #0f2939;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#photo {
    max-width: 60vw;
    max-height: 60vh;
    width: auto;
    height: auto;
}