*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: #000;
    color:wheat;
    font-family: "Sansation", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.contenedor{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    place-items: center;
}

.redes img{
    width: 40px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.redes ul{
    display: flex;
    list-style: none;
}