@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@300..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 36px;
}

body {
    max-width: 1440px;
    margin: auto;
}

header {
    background-color: #000000;
    font-size: .67rem;
    padding: .4rem;
}

header a {
    color: #ffffff;
    text-decoration: none;
    padding: .3rem;
}

header img {
    width: 150px;
}

.hero {
    text-align: center;
    color: #000000;
    position: relative;
}

.hero img {
    max-width: 100%;
    min-width: 100%;
    height: 300px;
    opacity: .5;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}