@font-face {
    font-family: BuiltSB;
    src: url(BuiltSB.ttf);
   }
@font-face {
    font-family: BuiltRg;
    src: url(BuiltRg.ttf);
   }
body {
   text-align: center;
   background-color: rgb(131, 0, 0);
   background-size: cover;
   padding: 0;
   margin: 0;
   }

.wrapper {
    color:rgb(30, 83, 130);
   }

.content {
	padding-bottom: 90px;
}
.logocolontitle {
    background-color: #000000;
    display: block;
    padding: 10px;
    height: 225x;
    margin: 40;
}
.postlogocolontitle {
    width: 100%;
    height: 7px;
    background-color: #ffffff;
}
.divc1 {
    text-align: center;
    background-color: #390000;
    height: 35px;
}
button {
    font-family: BuiltSB;
    background-color: #000000;
    border: none;
    outline: none;
    padding: 5px 19px;
    border-radius: 5px;
    width: 250px;
    height: 35px;
    margin-left: 10px;
    cursor: pointer;
    top: 60px;
    color: aliceblue;
    font-size: 125%;
}
button:hover {
    animation-duration: 0.25s;
    animation-name: colorup;
    background-color: #454545;
    width: 270px;
}
h1 {
    font-family: BuiltSB;
}
.pustoyblock {
    width: 100%;
    height: 250px;
    background-color: #0000006e;
}
@keyframes colorup {
    from {
        background-color: #000000;
        width: 250px;
    }
  
    to {
        background-color: #454545;
        width: 270px;
    }
  }
  h2 {
    font-family: BuiltRg;
  }
  .precontent {
    color: #000;
    background-color: #000;
    width: 100%;
    height: 250px;
  }
  .content {
    background-color: #ffffff;
    
  }