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

body {
    background-color: #272727;
}

.tagline {
    text-align: center;
    color: #f0ead9;
    font-family: 'Lato', sans-serif;
}

.logo {
    position: absolute;
    width: 1024px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -512px;
    margin-top: -50px;
}
