@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,800;1,400;1,600;1,700&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Mulish', sans-serif;
    background-color: rgb(241, 241, 241);
    color: rgb(36, 36, 36);
}

img{
    object-fit: cover;
}

li{
    list-style: none;
}

p,span, h1,h3,h7{
    text-align: justify;
}

p{
    font-weight: 400;
}

video{
    object-fit: cover;
}