body {
    background-color:#f1f1f1;
    font-family: "Inter", sans-serif;

}

html {
    scroll-behavior: smooth;
}



.inter-uniquifier {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
   
  }
  

#nav {
        height: 50px;
        width: 100%;
        display: flex;
        align-items: center;
        position: fixed;
        justify-content: center;
        top: 0;
        left: 0;
        box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
        flex-direction: row;
        background-color: transparent;
    
    
}


#logo-br {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

#logo-br:hover {

    rotate: 360deg;

}

#logo {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

#logo:hover {
    rotate: 180deg  ;
}

#the-features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 420px;
    width: 100%;
    background-color: transparent;
}

#brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height:160px;
    width: 100%;
    background-color: transparent;
}
