

h1{
    color: #123552;
    font-family: inherit;
    font-size: 60px;
    text-shadow: 4px 4px #122;
    

}
body{
    color:floralwhite;
    background-color:#496C89;
    border:14px dotted #123552;
    font-family:cursive;
}

