body {
    height:4000px;
    margin:0px;
}

#hero {
    width:100%;
    height:650px;
    object-fit:cover;
}

header {
    background-color:white;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid darkgrey;
    padding: 10px;
    position:sticky;
    top:0px;
}

nav {
    display: flex;
    gap: 10px;
}

main {
    margin:2rem;
    display:flex;
    flex-box:wrap;
    gap:10px;
    justify-content:center;
}

.standout-box{
    text-align:center;
    background-color: whitesmoke;
    border-radius: 1rem;
    padding: 1rem;
    width:500px;
    margin-bottom:30px;
}

.subtitle{
    text-transform: uppercase;
    color: black;
    font-size: 1rem;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: black
}

a:hover {
    text-decoration: underline;
}

.purple {
    color: red;
}

header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

#name {
    width: 150px;
    flex-wrap: wrap;
    font-size: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
}

footer {
    color:lightgray;
    background-color:white;
    margin:5px;
    margin-bottom:0px;
    padding:10px;
    border-top:1px solid whitesmoke;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
}
