* {
    font-family: "Poppins", sans-serif;
}

body {
    background-color: black;
    color: white;
}

.flexbox {
    display: flex; 
    align-items: center; 
    justify-content: center;
    flex-direction: column;
    margin: 0px 20px;
    text-align: center;
    height: 100%;
}

.flexbox i {
    font-size: 50pt;
}