header {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.home-headshot {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    padding: 5px;
    margin-right: 50px;
    border: 5px solid var(--amber);
    background-color: var(--night);
}

.header-content {
    display: flex;
}

.home-name {
    font-size: 150px;
}
