* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background-color: transparent;
    border: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

li{
        list-style-type: none;
}

h2{
    color: #1F74B7;
}

.p1{
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5rem;
}
