*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f1f1f1;
}
#Header{
    background-color: #2f2f2f;
    position: absolute;
    top: 1%;
    left: 2%;
    width: 96%;
    color: white;
    padding: 15px;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    border-radius: 20px;
}
#Header a{
    padding-left: 25px;
    text-decoration: none;
    color: white;
}
#Header a:hover{
    color: #c0c0c0;
    cursor: pointer;
    font-size: 30px;
}
#Title{
    padding-top: 150px;
    position: absolute;
    left: 50%;
	transform: translate(-50%, 0);
    top: 15%;
}