body {
    margin: 0;
    background-image: url(mainbackground.png);
    font-family: "Noto Serif", serif;

}

#container {
    margin-left:auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: 85%;
   
}

#menue {
    display: flex;
    flex-direction: column;
    width: 15%;
    margin: 5px;
}
#avatar {
    width: 100%;
    
    
}
#avatar img{
    width: 100%;
    height: auto;
    border-style: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
}
.menutitle {
    background-color: #c4bfc0;
    height: 60px;
    font-size: 2rem;
    font-family: "Noto Serif", serif;
    color:#696261;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-style: none;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px;


}
.menubutton {
    background-color: #e3d6d7;
    transition: all 0.5s;
    margin: 5px;
    padding: 5px;
    font-size: 1rem;
    font-family: "Noto Serif", serif;
    color:#696261;
    border-radius: 10px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px;
}

.menubutton a {
    text-decoration: none;
    transition: all 0.2s;
    font-size: 1rem;
    font-family: "Noto Serif", serif;
    color:#696261;
}
.menubutton a:hover {
    text-decoration: none;
    font-size: 1.2rem;
    font-family: "Noto Serif", serif;
    color:#ffffff;
}

.menubutton:hover {
    background-color: #c4bfc0;
    margin: 5px;
    padding: 5px;
    font-size: 1rem;
    font-family: "Noto Serif", serif;
    color:#ffffff;
    border-radius: 10px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px;
}

#content {
    display: flex;
    margin: 5px;
    flex-direction: column;
    width: 60%;
   
}

.ContentTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-size: 2rem;
    font-family: "Noto Serif", serif;
    color: #696261;
    padding: 5px;
    background-color: #c4bfc0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px;
}

.ContentContent {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(200px, 1fr));
    gap: 20px;
    justify-content: center;
    font-size: 1rem;
    font-family: "Noto Serif", serif;
    color: #686868;
    box-sizing: border-box;
    padding: 20px;
    background-color: #c4bfc060;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px;
}

.ContentWindow {
    width: 200px;
    box-sizing: border-box;
    font-family: "Noto Serif", serif;
    color:#263632;
    border-style: none;
    border-color: #000000;
    border-width: 1px;
  


}
.ContentWindowsTitle {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8rem;
    font-family: "Noto Serif", serif;
    color: #696261;
    display: flex;
    justify-content: center;
    background-color: #c4bfc0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 1px;

}

.ContentWindowsContent {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #686868;
    background-color: #c4bfc060;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 1px;

}
.ContentWindowsContent a {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #686868;
    background-color: #c4bfc060;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 1px;

}
.ContentWindowsContent img {
    width: 180px;
    height: 180px;
    margin: auto;
    transition: filter 0.5s ease;
    border-style: solid;
    border-radius: 5px;
    border-color:#b1acad;
    border-width: 1px;

}
.ContentWindowsContent img:hover {
    width: 185px;
    height: 185px;
    margin: auto;
}













#right {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: 5px;
}
.rightwindows {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: "Noto Serif", serif;
    color:#263632;
  


}
.RightWindowsTitle {
    width: 100%;
    padding: 5px;
    font-size: 1rem;
    font-family: "Noto Serif", serif;
    color: #696261;
    display: flex;
    justify-content: center;
    background-color: #c4bfc0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px;

}

.RightWindowsContent {
    width: 100%;
    height: auto;
    padding: 5px;
    overflow: hidden;
    color: #686868;
    background-color: #c4bfc060;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px;

}

.RightWindowsContent img{
    max-width: 100%;
    height: auto;
}


.HairPostWindow{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.HairPostTitle{
    width: 100%;
}
.HairPostTitle img{
    width: 100%;
}
.HairPostContent{
    width: 100%;
    font-family: "Noto Serif", serif;
    font-size: 1.2rem;
}


.DownloadButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #e3d6d7;
    transition: all 0.5s;
    padding-top: 5px;
    padding-bottom:5px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1rem;
    font-family: "Noto Serif", serif;
    color:#696261;
    border-radius: 10px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px;
}

.DownloadButton a {
    text-decoration: none;
    transition: all 0.2s;
    font-size: 1.5rem;
    font-family: "Noto Serif", serif;
    color:#696261;
}
.DownloadButton a:hover {
    padding-top: 5px;
    padding-bottom:5px;
    padding-right: 30px;
    padding-left: 30px;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: "Noto Serif", serif;
    color:#ffffff;
}

.DownloadButton:hover {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #c4bfc0;
    padding: 5px;
    font-size: 1rem;
    font-family: "Noto Serif", serif;
    color:#ffffff;
    border-radius: 10px;
    border-style: solid;
    border-color: #b1acad;
    border-width: 2px; }

