@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, h6, p, span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body {
    background-color: #130f40;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 64px);
}
h1 {
    color: #f1f1f1;
}
.icon {
    max-width: 70px;
    padding: 0 1rem;
}