* {
    margin: 0; padding: 0; border: 0;
    box-sizing: border-box;
}

body {
    text-align: center;
    background-image: url(../images/skihaus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: justify;
    background-attachment: fixed;
    background-position: center;
    padding-top: 50px;
}

h1 {
    color: cadetblue;
    text-align: center;
    text-shadow: 3px 1px orangered;
    font-size: 90px;
}

#nav1 {
    color: orangered;
    border:solid 3px teal;
    font-size: 30px;
}

#navhome {
    color: orangered;
    border:solid 3px teal;
    font-size: 30px; 
    width: 20px;
}