#PVD_logo {
    height: 15%;
    width: 15%;
    display: inline-block;
}

#head_tit, #head_subtit {
    width:100%;
    text-align: center;
    margin: unset;
}

#head_tit {
    color: hsl(204, 86%, 53%);
}

#head_subtit {
    font-style: italic;
}

#check_button {
    display: inline-block;
    width:20%;
}

#header, #body, #footer_portal {
    background-color:white;
    padding: 1% 10%;
    background-color:white;
    margin: unset;
}

@media (max-width: 430px) {
  #header, #body, #footer_portal {
    padding: 1% 1%;
  }
  #level {
    display: grid;
  }
}

#footer_portal {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

#sent_button {
    width: 20%;
    font-weight: bold;
}

#nationality {
    height: 40px;
    border-color: #3e8ed0;
}

#answer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: unset;
}

#download_template:hover {
    text-decoration: underline;
}

