body {
    background-color: rgb(90, 59, 59);
}

.hero-content {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.hero {
    padding: 20vh 8vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

h1 {
    font-size: 6rem;
    margin: 0;
}

a{
    color: yellow;
}