
body {
    background-color: #0a1a19 ;
    font-family:"Pathway Extreme", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    position: relative;
}

#mainContainer {
    
    background: radial-gradient(rgba(188, 137, 82, 0.682),#1014270d ), url(simplifud.jpeg);
    background-attachment: fixed ;
    background-size: cover ;
    background-position: center center ;
    background-repeat: no-repeat ;
    color: white ;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100vw;

}



#mainContent {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    height: 100vw;
}

.mainContainer {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 1fr;
    width: 100%;
    position: sticky;
    top: 100px;
}

.content {
    padding-left: 10%;
    padding-top: 20%;

}


#topMenu {
    display: grid;
    width: 100%;
    height: 100px;
    grid-template-rows: 1fr;
    grid-template-columns: 2fr 2fr ;
    position: fixed;
    top: 0px;
    background-repeat: no-repeat;
    z-index: 100;
    }

#logo {
    margin:7% 2% 3% 2%; 
    background-image: url(logograndesimplifud.png);
    height: 100%;
    width: 100%;
    background-size: contain;
    border-radius: 10px;
    background-repeat: no-repeat;
}

#secondP > h3{
    margin:7% 2% 3% 2%; 
}