#hidden {
position: fixed;
margin-left: 10000%;
}
body {
font-family: Arial;
font-weight: bold;
font-size: 25px;
text-align: center;
width: 80vw;
margin-left: 10vw;
}
a {
color: black;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
width: 15vw;
}
img#bigly {
width: 30vw;
}