* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    appearance: none;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.wrapper {
    height: 100%;
    background-image: url("./background.jpeg");
    background-size: cover;
    background-position: center;
    flex-grow: 1;
    display: flex;
}

.logo {
    height: 200px;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px
}

.text {
p+p {margin-top: 0.5em}
}