@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('./reset.css');

body {
    background: #AFAFA8;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #E7E7E3;
}

.az-container {
    display: flex;
    flex-direction: row;
    gap: 48px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

header .az-container {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}