@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');

body {
background: #333;
color: #ffffff;
text-align: center;
max-width: 1000px;
margin: auto;
}
p {
font-family: 'Manrope', sans-serif;
}
h1, h2 {
font-family: 'Atmospheric', 'Manrope', sans-serif;
}
a:link, a:visited {
color: #ffffff;
}

a:hover {
color: #c99700;
}

img.logo {
max-width: 500px;
}