
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container{
    /* background-color: rgba(255, 0, 0, 0.451); */
    /* height: 728px; */
    margin: auto;
    max-width: 1320px;
    height: auto;
    width: 100%;
    /* border: 2px solid black; */
  
}

.content-replacement-justify{
    align-items: center;
    display: flex;
    justify-content: space-between;
   
}
.content-replacement-aside{
    display: flex;
    
}

select {
    font-size: 12px!important;
}


/*FONTS*/
h1{
    background: rgb(0,45,75);
    background: linear-gradient(90deg, rgba(0,45,75,1) 0%, rgba(0,78,148,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size:3rem ;
    font-weight: bold;
}
.light-text{
    font-weight: lighter;
}
h2{
    background: rgb(0,45,75);
    background: linear-gradient(90deg, rgba(0,45,75,1) 0%, rgba(0,78,148,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size:2.25rem ;
    font-weight: bold;
}
h3{
    font-size:1.5rem ;
}
p{
font-size: 1.125rem;
}
.tiny-size{
    font-size: 0.875rem;
    margin-bottom: 0px;
}
a{
    color: inherit;
    text-decoration: none;
}
a:visited{
    color: inherit;
    text-decoration: none;
}