*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
max-width: 1400px;
height:auto;
margin:auto;
}

h2{
    width:75;
}

.header_img{
    width:80%;
    height: auto;
    padding:auto;
    margin: auto;
    align-content: center;

}
.header_img img{
    width:100%;
    height:auto;
}

.content{
    width:80%;
    height:auto;
    margin:auto;
}
.meSlot{
  padding:10px;
  margin: auto;
  align-content: center;
  margin-top: 15px;
  align-content: center;

}

input[type=text],textarea{
    width: 70%;
    border: .5px #fff;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow:2px 2px 10px #FF69B4;
    background-color: #ffffffb7;

}
.mePic{
    width:70%;
    margin: auto;
    align-content: center;
    }
.mePic img{
    width:100%;
    height:auto;
}

h2{
    text-align: center;
    color:#FF69B4;
}
.TextFormContainer{
    width:80%;
    height:auto;
    margin:auto;
}

h1{
    text-align: center;
}

p{
    width: 90%;
    margin:auto;
    padding: 10px 50px;

}
.main{
    width:70%;
}
label{
    padding:12px 0px;
    margin:0px 5px;

}
input[type=text],textarea{
    width: 100%;
    border: .5px #fff;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow:0 0 10px #9ecaed;
    background-color: #fff;

}

input[type=text]:focus {
    background-color: #DDAAFF;
  }
.reviewFormContainer{
    width:100%;
    margin: auto;
    justify-content: center;

}

.star {
  font-size: 30px;
  color: #999;
  cursor: pointer;
}

.star.active {
  color: gold;
}

.rating{
    display:flex;
    justify-content: center;
    align-items:center;
    grid-gap:.5rem;
    font-size: 2rem;
    color:var(#DDAAFF);
    margin-bottom: 2rem;

}

@media(min-width: 700px){

    .meSlot{
        width: 50%;
        height:auto;
        margin-left: 10px;
        
    }
    .mePic{

        width:70%;
        height:auto;
        margin-top: 30%;
    }

    .mePic img{
        width:100%;
        height:auto;
    }


    .TextFormContainer{
        width:50%;
        height:auto;
        margin:auto;
        margin-left: 10px;
        padding: 10px;

    }

    .content{
        display: flex;
        flex-direction: row;
    }

    
}