body {
font-family: sans-serif;
background-color:black;
/* background-color: black; */
color: white;
}
section{
    /* border: 10px solid white; */
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.container {
    /* border: 10px solid white; */
    max-width: 700px;
    width: 100%;
    margin: auto;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link {
    color: white; 
    text-decoration: none;
}

h1 {
    margin: 0 25px;
}