body{
    background: url(https://cdn.pixabay.com/photo/2016/11/19/14/00/code-1839406_1280.jpg);
}
main{
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    opacity: 0.9;
    color: white;
    padding: 30px;
}
header{
    text-align: center;
}
p, .p{
    font-size: 18px;
}
#personal-data label, #current-situation label{
    display: block;
}
#personal-data input{
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
}
section{
    margin-top: 15px;
}
.select{
    width: 101%;
    height: 30px;
}
.textarea{
    width: 100%;
}
.submit{
    width: 101%;
    height: 30px;
    margin-top: 7px;
    background-color: blueviolet;
    color: white;
    border: none;
}
hr{
    border: 1px solid blueviolet;
}