
     body {
		line-height: 1.25rem;
        margin: 2rem 0 0 0;
        font-family:'Courier New', Courier, monospace;
        background-image: url(background.jpeg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;

    }
    h1 {
        text-align: center;
         font-family:'Courier New', Courier, monospace
    }

    h2{
        margin-top: 2rem;
        text-align: center;     
         font-family: 'Trebuchet MS', Arial, sans-serif
    }
    p br {
        padding: rem;
    }
    img {
        float: right;
    }
    p{
         margin-top: 2rem;
         margin-left: 5rem;
        font-family:'Courier New', Courier, monospace
    }

    em {
     font: oblique 1em 'Courier New', Courier, monospace
    }

  footer{
    margin: 0;
     text-align: center;
  }

    #info

    .basia-info{
        margin: 2rem 45rem 2rem 0rem;
    }

    .navbar ul{
        list-style-type: none;
        background-color: #f0edea;
        padding: 0rem;
        margin: 0rem;
        overflow: hidden;
    }
    .navbar a{
        color: brown;
        text-decoration: dashed;
        padding: 15px;
        text-align: center;
    }
    .navbar a:hover {
        background-color: #ece8e4;
    }
    .navbar li{
     float: left;
    }

    a:link {
        color: rgb(205,92,92);
    }
    a:visited { 
        color: brown;
}
    a:hover {
        color: lightcoral;
    }
    a:active {
        color: #cd5c5c;
    }
