*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-font-smoothing:antialised;
    -moz-osx-font-smoothing: antialised;
}
html{
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    
}

a{
    text-decoration: none;
}

img{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

p{
    font-size: 1.2rem;
    /* color: white; */
    /* text-align: left; */
    line-height: 1.9rem;
}

.section-title{
    font-size: 3rem;
    font-weight: 400;
    color: black;
    margin-bottom: 10px;    
    letter-spacing: .4 rem;
}

.section-title span{
    color: rgb(245, 4, 4);
}

.brand h1{
    font-size: 3rem;
    text-transform: uppercase;
    color: white;
}
.brand h1 span{
    color: rgb(255, 0, 0);
}