* {
    margin: 0;
    padding: 0;
}

main {
    background-color: #000;
    width: 100vw;
    height: 100vh;
    text-align: center ;
}
h1 {
    margin-bottom: 100px;
    padding-top: 100px;
    color: #FFF;
    background-color: #000;
}
.logo {
    width: 50%;
    margin-bottom: 30px;
}

.icoLogo {
    width: 30px;
    padding-right: 10px;
}
a {
    text-decoration: none;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
p {
    height: 30px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contato {
    margin-top: 100px;
    width: 50%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}