* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
@font-face {
    font-family: 'Jersey15';
    src: url('src/font/Jersey15-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Jersey15', sans-serif;
    margin: 0;
    color: #434343;
    background: linear-gradient(90deg, rgb(247, 247, 247), rgb(245, 245, 245));
}
.pBody {
    max-width: 960px;
    min-width: 500px;
    /* min-width: 386px; */
    margin: 0 auto;
    position: relative;
}
h1 {
    margin: 0 0 0 5px;
}
h2 {
    margin: 0 0 0 10px;
    font-size: 30px;
}
h3 {
    margin: 0 0 0 15px;
    font-size: 28px;
}
p {
    font-size: 28px;
    margin: 0 0 0 10px;
}
.p2 {
    margin: 0 0 0 15px;
}
.p3 {
    margin: 0 0 0 20px;
}
.profilePhoto{
    width: 200px;
    margin: 0 0 0 10px;
}
/* about table */
.col1 {
    position: absolute;
    left: 40px;
}
.colbor1 {
    position: absolute;
    left: 143px;
}
.colbor2 {
    position: absolute;
    left: 254px;
}
.colh2 {
    position: absolute;
    left: 155px;
}
.colh3 {
    position: absolute;
    left: 265px;
}
.col2 {
    position: absolute;
    left: 155px;
}
.col3 {
    position: absolute;
    left: 265px;
}
.tbl {
    padding-bottom: 28px;
}
.history {
    height: 185px;
}
.hidden {
    display: none;
  }
  
.footer {
    position: relative;
    text-align: center;
    margin: 15px 0;
}
@media screen and (min-width: 682px) {
    .br {
      display: none;
    }
}
