* {
    padding: 0;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
header{
    /* background-image:url(../img/pexels-photo-920534.jpeg) ; */
    background-color: #3a3364;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120px;
    text-align: center;
    background-position: center 70%;

}
body{
    background-color: #ffffff;
    
}
section{
    background-color: #dbd2ee;
    width: 550px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
 h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 75px;
    color: rgb(173, 173, 255);
}
 a {
 font-size: 30px;
    color: rgb(22, 98, 136);
}

p {
    font-size: 30px;
    color:rgb(22, 98, 136);
 }
