
body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
};
 
header .logo{
    padding: 100px;
}

div.transbox {
    margin: 30px;
    background-color: #ffffff;
    border: 1px solid black;
  }

h8 {
    color:red;
    font-size: 11px;
}