body{
    font-family:"Garamond";
    color: black;

}
.wrapper{
    height: 1000px;
    background-image: url("../../images/Artificer_Classroom__S1251850025_St25_G7.5.jpg");
    background-size: 100%;
    width:1100px;
    margin:0 auto;
    padding:10px;
    margin-bottom:15px;
}
.profile-wrapper{
    align-content: center;
    height: 1000px;
    background-image: url("../../images/getimg_ai_img-21eFd3rYOHwR7UMEqYss2.jpg");
    background-size: 100%;
    width:1100px;
    margin:0 auto;
}
.layer{
    margin-top:15px;
    margin-bottom:15px;
}
.header{
    padding:10px;
    overflow:hidden;
}
.logo{
    float:right;
}
.title{
    float:left;
    margin-left: 15px;
}
.account-actions{
    float: left;
    a:link, a:visited 
        {
          background-color: blue;
          color: white;
          padding: 14px 25px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
        }
}
.content{
  padding:10px;
  background: rgba(255, 255, 255, 0.5)
}
.footer{
  text-align: center;
  font-weight: bold;
  color: white;
}