* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
font-family: inter;
}
header {
    background-color: white;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

body {
    background-color: black;
}
main {
    padding: 55px;
    text-align: center;
    color: rgb(255, 255, 255);
}

footer {
    padding: 55px;
    text-align: center;
    background-color: black;
    color: white ;
}
.linea { margin-inline: auto;
    border: 0.5px solid white;
}
.tituloprincipal {
    width: 75%;
    margin: auto;
    display: flex;
    align-items: center ;
    justify-content: space-between ;
    
}
.carrera {
    text-align: center;
    padding:  1% ;
    display: flex ;
    flex-direction: row;
    justify-content: space-between;
    width: 75%;
    margin: auto ;
    line-height: 30px;
}
