@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap");

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
    font-family: 'Outfit', sans-serif;
}

.a {
    text-align: center;
    padding: 20px;
}

.a h1 {
    font-weight: bolder;
}