
body {
    background: #020307;
}
.center-logo {
    text-align: center;
    max-width: 500px;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: flex; */
}
.center-logo img {
    width: 100%;
}

.fa, .far, .fas {
    color: white;
    font-size: 60px;
}

.email-section {
    display: flex;
    justify-content: space-around;
    
}
h2 {
    color: white;
    padding: 10px;
}
h1 {
    color: white;
}