* {
font-family: 'Courier New', Courier, monospace;
color: rgb(0, 0, 0);
}

body{
    background-color: rgb(255, 255, 255);
    flex-direction: row;
}

a{
   color: rgb(0, 0, 0);
    display: inline-block;
    text-decoration: none;
    font-weight: bold;

}

a:hover {
text-decoration: underline;

}

a:active {
    color: transparent;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

.page{
    padding-top: 200px;
    padding-bottom: 50px;
    margin: 50px;
    display: flex;
    justify-content: center;
}


.intro{
    font-size: 14px;
    text-align: left;
    padding-left: 2%;
    display: inline-block;
    height: 300px;
    width: 400px;
    flex-direction: column;
}


#indent{
    padding-left: 2%;
}

img#logo{
    max-width: 400px;
}

img#logo_nav{
    max-height: 60px;
    width: auto;
}
