

.Home{
    margin: 5px;

    background-image: url('4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.Kontakt{
    margin: 5px;

    background-image: url('4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.AboutMe {
    margin: 5px;

    background-image: url('4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

header {
    height: 150px;
    box-shadow: 0px 6px 10px 3px rgba(21, 58, 18, 0.75);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: rgb(82, 136, 115);
    border-radius: 25px;
}

header a{
    margin-right: 100px;
    color: rgb(177, 255, 198);
    text-decoration: none;
    font-size: 30px;
    font-family: 'Courier New', Courier, monospace;
    
}

header a:hover {
    color:rgba(21, 58, 18, 0.75);
}

header h1{
    margin-right: 1000px;
    color: rgb(177, 255, 198);
    text-decoration: none;
    font-weight: lighter;
    font-size: 75px;
    font-family: 'Courier New', Courier, monospace;
}

body p{
    color: rgb(177, 255, 198);
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(82, 136, 115);
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 900px;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 25px;
    box-shadow: 0px 6px 10px 3px rgba(21, 58, 18, 0.75);
}

body h3{
    box-shadow: 0px 6px 10px 3px rgba(21, 58, 18, 0.75);
    color: rgb(177, 255, 198);
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(82, 136, 115);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 25px;
}

.Contact2{
    padding: 20px;
    margin-top: 0px;
    margin-left: 500px;
    margin-right: 500px;
    margin-bottom: 200px;

}

.Contact1{
    padding: 20px;
    margin-top: 0px;
    
}

.Contact3 {
    padding: 20px;
    margin-top: 100px;
   
}

.About{
    padding: 20px;
    margin-top: 100px;
}








