﻿.header-home {
    position: sticky;
    top: 2em;
    width: 100%;
    height: 0vh;
    font-family: sans-serif;
    font-weight:500;
    font-size: 0.8em;
    line-height: 1.0;
    word-spacing: 20px;
}

/* Set up Href text and Remove underline from link text */
a {
    color: orangered;
}
a:link {
    text-decoration: none;
}
a:visited {
    color: orangered;
}

.ovalbtn {
    display: block;
    height: 40px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid red;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
}

