@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto&display=swap'); 

#content-container{
    text-align: center;
    justify-content: center;
    margin: 50px auto;
    margin-bottom: 100px;
}

#content-container hr {
    margin: auto;
    position: relative;
    height: 3px;
    width: 150px; 
    opacity: 1;
    border: 0;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(242,177,13,1) 50%, rgba(0,0,0,1) 100%);
}

#content-container h1 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #FBFBFB;
}

#content-container p {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #FBFBFB;
}