body {
    background-image: url('pictures/main bg.png');
}
body {
    background-size: cover;
}
.header{
  padding: 0px;
  width: 100%;
  }
.head{
  width: 98%;
  height: 288px;
  background-color: rgb(68, 25, 42);
  background-repeat: no-repeat;
  background-position: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto;  
    margin-bottom:100px;
    position: relative;
    z-index: 2;
}

 #container {
   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.layout {
height: fit-content;
  display: block;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;

}

.left_c {
width: 214px;
flex-wrap: wrap;
display: inline;
position: absolute;
}
    
.right_c {
width: 214px;
flex-wrap: wrap;
display: inline;
position: absolute;
margin-left: 1020px;
}

.navigation{
    flex-wrap: wrap;
    display: inline;
    position: absolute;
}

.navigation{
float: left;
left: 100px;
width: 215px;
height: 600px;
position: relative;
padding: 0px;
margin: 0px;
background-image: url('Textboxes/navigation_box.png');
background-size: cover;
background-position: center;
}

.profile {
float: right;
left:  10px;
top: 17px;
width: 280px;
height: 580px;
position: relative;
padding: 0px;
margin-top: 10px;
background-image: url('Textboxes/profile_box.png');
background-size: cover;
background-position: center;
}

.welcome{
float: none;
position: relative;
left: 200px;
top: 57px;
width: 50%;
height: 280px;
display: block;
background-image: url('Textboxes/wel3.png');
background-size: contain;
background-position: center;
background-repeat: no-repeat;
border-radius: 1px;
border-style: dotted;
border-color: magenta;
border-width: 2px;
}