body{
    margin: 0 auto;
}
.sbody{
    width: 1080px;
    height: 1700px;
    background-color: #ba2636;
    margin: 0 auto;
}

.tab{
    width: 260px;
    /*height: 1000px;*/
    padding: 30px;
    background-color: #ba2636;
    float: left;
}
.logo{
    width: 260px;
    height: 300px;
    /*background-color: burlywood;*/
}
.linklist{
    width: 260px;
    /*height: 500px;*/
    margin-top: 30px;
    /*background-color: blueviolet;*/
    font-size: 9pt;
    text-align: left;
    font-weight: 500;
    line-height: 1.8;
    color: white;
}
.linklist a {
    text-decoration: none;
    color: white;
}
.linklist a:hover{
    text-decoration: underline;
}

.detail{
    width: 700px;
    /*height: 1000px;*/
    padding: 30px;
    background-color: #ba2636;
    float: right;
}
.name{
    margin: 0 auto;
    width: 640px;
    height: 140px;
    padding: 30px;
    background-color: blueviolet;
}


h2 {
    position: relative;
    padding: 1.5rem 2rem;
    border: 3px solid white;
    text-align: center;
    color: white;
}
  
h2:before,
h2:after {
position: absolute;
left: 0;
width: 100%;
content: '';
border-top: 3px dotted white;
}

h2:before {
top: 6px;
}

h2:after {
bottom: 6px;
}

.brand{
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-align: center;
}
.product-name{
    font-size: 25px;
    font-weight: 500;
    color: white;
    text-align: center;
}
.assessment{
    margin: 0 auto;
    width: 700px;
    height: 500px;
    margin-top: 50px;
    background-color: bisque;
}
.quote{
    font-size: 13px;
    font-weight: 500;
    color: white;
}
.impression{
    margin: 0 auto;
    width: 700px;
    /*height: 200px;*/
    margin-top: 50px;
    /*background-color: aquamarine;*/
    font-size: 15px;
    font-weight: 500;
    color: white;

}
.review{
    margin: 0 auto;
    width: 700px;
    /*height: 400px;*/
    margin-top: 50px;
    /*background-color: dodgerblue;*/
    font-size: 15px;
    font-weight: 500;
    color: white;

}
.sub-title{
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-align: left;
    padding: 1rem 1rem;
    border-bottom: 3px dotted white;
}
