.title {
    color: orangered;
}
body {
font-family: 'go3v2', sans-serif;
    color: white;
  margin: 0;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
    url('CSF.png') center center;
  background-size: cover;
}
@font-face {
  font-family: 'go3v2';
  src: url('go3v2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.box1 {
    color: orangered;
    width: 75%;
    border: solid, 1px;
}
.box2{
    color: orangered;
    width: 75%;
    border: solid, 1px;
}
.picsize1 {
    width: 250px
}
.picsize2 {
    width: 400px;
}
.row1
    {
     border-collapse: seperate ;
     border-spacing: 10px
}
.colorred {
    color:red;
}
