:root {
    --primary-color: rgb(100, 155, 186);
    --secondary-color: #0d4871;
    --thirdy-color: rgb(73, 80, 86);
    --fourth-color: rgba(83, 151, 196, 0.37);
    --white-color: rgb(255, 255, 255);
    --black-color: rgb(0, 0, 0)
}

/* Fonts Size */

h1 {
    font-size: clamp(40px, 4vw, 50px);
}

h2 {
    font-size: clamp(30px, 4vw, 40px);
}

h3 {
    font-size: clamp(18px, 4vw, 23px);
}

p {
    font-size: clamp(16px, 2vw, 20px);
}
