@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400&display=swap');

* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
  
}

.buttonimg{
    font-family: inter,Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    background-color: #090141;
    border-radius: 8px 8px 8px 8px;
    padding: 8px 8px;
}
.buttonimg:hover{
    background-color: rgb(4, 50, 134);
    transition: 480ms;

}