
.info{
    font-family: 'Raleway', sans-serif;
    color: #1a2442;
    margin-left: 20%;
    margin-top: 5%;
    font-size: large;
    height: 10%;
}

.contacts{
    font-family: 'Raleway', sans-serif;
    color: #1a2442;
    text-align: center;
    font-size: large;
    margin-top: 2%;
    height: 10%;
}

.lk{
    font-family: 'Raleway', sans-serif;
    font-size: smaller;
    font-stretch: expanded;
    color: #1a2442;
    margin-right: 10px;
    padding-right: 10px;
    height: 5%;
    width: 100%;
    text-align: right;
}

.list{
    font-family: 'Raleway', sans-serif;
    font-size: x-large;
    color: #1a2442;
    padding: 10px;
    margin-left: 30%;
    height: 5%;
    width: 90%;
  
}

.cryptotest{
    font-family: 'Raleway', sans-serif;
    color: #1a2442;
    margin-left: 50%;
    margin-top: 5%;
    font-size: large;
    width: 100%;
}

body {
    background: url(./images/background_image.jpg) no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
   }
/*div{
    border-style: solid;
    border-width: 1px;
    border-color: blue;
}*/
  

