body{
    background-color:  black;
    color: white;
    font-family: 'Courier New', monospace;
    max-width: 800px;
    margin: 50px auto;
    padding: 0 20px;    
}
.about-photo{
    float:left;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.blog-photo{
    width: 100%;
    margin-bottom: 20px;
}
.landing{
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    max-width: none;
}
.landing a{
    color: white;
    margin-top: 20px;
}
p{
    font-size: 18px;
}
.home-link{
    display: inline-block;
    margin-bottom: 20px;
}
.top-links{
    display: flex;
    gap: 30px;
    margin-top: 10px;
}

a {
    color: #00ff00;
}

a:visited {
    color: #00ff00;
}

a:hover{
    background-color: #00ff00;
    color: white
}
