body {
    display: flex;
    align-content: center;
    align-items: center;
    font-family: "Poppins";
}
h1 {
    margin: 0;
    margin-top: 64px;
}
p {
    font-weight: 400;
    margin: 0;
}
.wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    gap: 8px;
}