h1,img, p, h2, h3{
    margin-left:10%;
    margin-right:30%;
}
body {
    background-color:whitesmoke;
}
h1 {
    font: 2.0em Georgia, serif;
}
a{
    margin-left: 2%;
}
a:hover, h1 a:active {
    text-decoration: none;
}
a:link {
        text-decoration: none;
    color: teal;
}
a:visited {
    text-decoration: none;
    color: teal;
}
a:hover, a:active {
    text-decoration: none;
    color: pink;
}
img {
    width:60%;
}
p{
    text-align: justify;
}
.login {
    color:olive; 
    font-family:'Courier New', Courier, monospace; 
    margin-left:15%;
    margin-right:0%;
}

