/* contactstyle.css */
header {
    text-align: center;
    font-family: impact;
}
body {
    line-height: 1;
    height: 1000px;
    background-color: #010101;
}
.navbar {
    overflow: hidden;
    text-align: center;
    background-color: slategrey;
    width: 60%;
    margin: auto;
    border-radius: 10px;
}
.navbutton {
    float: left;
    overflow: hidden;
    display: inline-block;
}
.btnselect {
    background-color: inherit;
    font-family: inherit;
    color: white;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}
a:link {
    text-decoration: none;
}
.btnselect:hover {
    background: #09a1f5;
}
.navbar a {
    color: white;
}
.search input {
    float: right;
    padding: 6px;
    border: none;
    margin: 8px;
    font-size: 17px;
    width: 200px;
}
.email {
    float: right;
    width: 60%;
    margin-top: 6px;
    padding: 20px;
}
.container {
    background-color: seashell;
    overflow: hidden;
    border-radius: 10px;
    width: 60%;
    margin: auto;
    font-size: 30px;
}