{
{margin: 0;
padding: 0;}

}
body 


{color:#000; font-size: 11px; text-align: center; font-family: Arial, Helvetica, sans-serif;

    
}

 .custom {
  cursor: url('../images/heart1.svg'), auto;
}

#OuterWrapper {
    
    margin: 100px auto;
    width: 1200px;

    
                }

header {
        width: 100%
        height: 150px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    
        }

h1,h2,h3 {
    font-size:65px;
    
        }
h1 {
    font-size: 4em
    }


aside {
    top: 150px;
    width: 200px;
    margin: 40px;
    height: 100%;
    position: fixed;
    
    
    
    
}
main

    {text-align: center}

footer

    {text-align: center}

#MainNav {
        font-size: 1.5em;
        font-family: 'Montserrat', sans-serif;
        }

#MainNaiv ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

            }

#MainNav li {
    display: inline; 
    padding-right: 20px;
            }


#MainNav a{
    color: #000;
    text-decoration: none;
    
}

#MainNav a:link, a:visted {
    color: #000;
    text-decoration: none;
    
                        }   
#MainNav a:hover, a:active {
        color:lightpink;
    text-decoration: underline;
}


p {
    
    text-align: left;
    margin-left: 300px;
    margin-right: 300px;
    font-size: ,12;
}

footer {
    font-family: "times-new-roman'", Times, serif;
    font-size: ,8;
    padding: 50px;
    bottom: 0;
    
}



