*{
    box-sizing: border-box;
    margin: 0;
    
}
body{
    background-image: url(home-banner.jpg);
    background-repeat: no-repeat;
}
#header{
    height: 80px;
    background-color: black;
    opacity: 0.5;
    display: flex;
    
}
#div-logo{
    width: 350px;
    height: 80px;
    
}
#logo{
    margin-top: 25px;
    margin-left: 160px;
}
.topics{
    color: white;
    font-size: 12px;
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
#div-topics{
    display: flex;
    justify-content: end;
    width: 1200px;
    gap: 40px;
    
}
#home{
    color: rgb(255, 187, 0);
}
.topics:hover{
    color: rgb(255, 187, 0);
}
#svg{
    position: absolute;
    right: 150px;
    top: 30px;
    
}
#principal{
    width: 100%;
    height: 90vh;
    
}
#quadrado{
    display: flex;
    justify-content: center;
    margin-top: 250px;
    color: white;
    background-color: black;
    height: 236px;
    width: 555px;
    margin-left: 687px;
    display: inline-block;
}
#titulo{
    margin-left: 95px;
    padding-top: 10px;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    line-height: 2.5;
}
#texto{
    margin-left: 70px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 420px;
    line-height: 2;
}
#explore{
    width: 177px;
    height: 40px;
    font-size: 14px;
    background-color: #fcdc00;
    font-family: Arial, Helvetica, sans-serif;
    
    padding-top: 13px;
    position: absolute;
    top: 550px;
    left: 880px;
    text-align: center;
}
#principal2{
    height: 70vh;
    display: flex;
    justify-content: center;
}
#org{
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin-top: 70px;
    width: 1138px;
    height: 48px;
    background-color: #f8f8f8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    
}
#all{
    background-color: #fcdc00;
    height: 48px;
    width: 80px;
    font-size: 12px;
    font-weight: 500;
}
.topics2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 120px;
    transition: 0.5s;
}
.topics2:hover{
    background-color: #fcdc00;
    
}
#gallery{
    
    
}