* {
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

body{
    background-color: hsl(30, 20%, 40%);
}

h1{
    font-size: 5em;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: calc(100vw - 20px);
    height: 50px;
    background-color: hsl(30, 20%, 25%);
}

hr{
    height: 1px;
    background-color: hsl(30, 20%, 25%);
    border: none;
}

.hrB{
    background-color: hsl(30, 20%, 40%);
}

img{
    margin: 5px;
}

.icon{
    border-radius: 5px;
}

.navlink {
    color: black;
    text-decoration: none;
    margin-right: 16px;
}

.navlink:hover {
    color: #555555; 
    text-decoration:none; 
    cursor:pointer;  
}

.title{
    position: absolute;
    top: 10px;
    left: 60px;
    text-align: left;
    font-size: 40px;
}

.links{
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: right;
}