body {margin: 0; padding: 0; height: 95vh; background-color: #122E45; color: #FFFFFF; font-family: Montserrat; display: flex; flex-direction: column;}
p, h1, h2, h3, h4, h5, h6 {line-height: 1.3em;}
a {color: #FFFFFF; text-decoration: none;}
a:hover {border-bottom: 1px dotted;}
.bull {margin: 0; padding: 50px; text-align: center;}
.bull img {border-radius: 24px; width: 512px; text-align: center; transition: ease-in-out 0.5s; opacity: 0.85; box-shadow: 0 0 15px rgba(0,0,0,0.5);}
.bull img:hover {opacity: 1;}
.info {margin: 0; padding: 20px; font-weight: 600;}
.disclosure {margin: 0; padding: 100px 20px 50px 20px; flex-grow: 1; flex-shrink: 0; align-content: end;}