
h1{
    
    font-size: 70px;
    color: #145383;
    margin-left: 38%;
    margin-right: 20%;

}
img{
    height: 300px;
    width: 400px;
    margin-left: 38%;
    margin-right: 20%;
    
    
    
}
body{
    background-image: url(backgrnd2.jpg);
    /*background-color: rgb(134, 164, 247);*/
    background-position: center;
    background-size: cover;
    height: 100%;
}
p1{
    font-size: 35px;
    /*color: rgb(43, 43, 82);
    margin-left: 10%;
    margin-right: 80%;*/
    margin-left: 10%;
    margin-right: 50%;
  /*margin: auto;*/
  width: 60%;
  
  
}
a{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: normal;
    font-size: 35px;
    color: darkslateblue;
    margin-left: 38%;
    margin-right: 20%;
    border-color: blueviolet;
  border-style: groove;
  border-radius: 20%;
  border-width: 5px;
  
}
hr{
    color: indigo;
    border-color: blueviolet;
    border-style: groove;
    border-radius: 20%;
    border-width: 5px;

}
