@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: .9em;
    background-color: #f4f4f4;
    padding: 16px;
    height: calc(100vh - 32px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #001569;
}

.logo {
    display: block;
    margin: 20px auto;
    max-width: 240px;
    width: 100%;
    height: auto;
}

.drinks-image {
    display: block;
    margin: 20px auto;
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

a {
    color: #FF1A04;
}

p {
    line-height: 1.1;
    margin: 0 0 8px 0;
}

a {
    text-decoration: none;
}
