* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    font-family: "Fira Sans Extra Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main {
    text-align: center;
}

.logo {
    width: 300px;
    height: auto;
}

p {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 4px;
    color: #111111;
}
