@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Young+Serif&display=swap');

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

body {
    font-size: 16px;
    font-family: 'Outfit', 'Roboto', Arial, sans-serif;
    width: 50%;
    margin: 0 auto;
}

h1 {
    text-align: center;
}

ul {
    list-style-type: none;
}