﻿html {
    height: 100%;
}
body {
    height: 100%;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    overflow: hidden;
}
.par {
    width: 100%;
    height: 301px;
    position: relative;
    top: 30%;
}
.div-part-1 {
    border: 1px solid #e0eff7;
    margin-left: auto;
    margin-right: auto;
}
.div-part-2 {
    margin-left: auto;
    margin-right: auto;
}

.p-title {
    font-size: 18px;
    color: #D84C31;
}
