@charset "utf-8";
/* CSS Document */

body {
background-color: white;
display: flex;	
flex-direction: column;	
margin: 8vw 8vw 0 8vw;
}

img {
display: block;
height: 50%;
object-fit: cover;
width: 100%;
}

#credit {
color: black;
font-family: sans-serif;
font-size: 6.4pt;
margin-top: 1.6vw;
text-align: right;
width: 100%;
}