body {
  
  font-family: "Comic Sans Ms",
        serif;
        font-weight: bold;
  color: #B84D2F;
  background: url('windreg_0000_Слой-2.png');
  background-size: 100%, contain;
  background-repeat: no-repeat;
    
}


    
    .container {
        
        padding: 8em;
        padding-top: 50px;
        position: absolute;
        top: 60%;
        left: 50%;
        margin-right: -50%;
        background-image: url('windreg_0002_Слой-4.png');
        background-repeat: no-repeat;
        background-size: 70% 90%, contain;
        
        background-position: 50% 0px;
        transform: translate(-50%, -50%) }
        
.container2 {
        
        padding: 1em;
        position: absolute;
        top: 25%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) }
a {
        
        
        padding: 5px;
        
        background-position: 0px 0px;
        background-image: url('windreg_0003_Слой-5.png');
        background-repeat: no-repeat;
        background-size: 100% 100%, contain;
        text-decoration: none;
        
    
}

   A:visited {
    color: #B84D2F; /* Цвет посещенных ссылок */
   }
   A:active {
    color: #B84D2F;
}
p{
    text-align: center;
    max-width: 280px;
}
input {
    padding: 5px;
    background-image: url('windreg_0004_Слой-6.png');
    border: none;
        background-size: 100% 100%, contain;
        height:15px;
        font-family: "Comic Sans Ms",
        serif;
        
  color: #B84D2F;
    
        
}
input:focus {
    border: none;
    
  border-color: #B84D2F;
}
div{
   padding: 3px;
}
input[type="submit"]{
    padding:5px;
    height:30px;
    
    background-image: url('windreg_0003_Слой-5.png');
    font-weight: bold;
}


h2{
    text-align: center;
}