body{
  background-color: #042259;
}
input[type=text], select {
  width: 100%;
    height: 18%;
  font-size: 60px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=submit] {
  width: 100%;
  height: 18%;
  font-size: 60px;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}
input:not([type="image" i]) {
    box-sizing: border-box;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    height: 50px;
	width: 50px;
}
.divvari {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
.container {
    width: 100%;
    height: 200px;
    background-color: #042259;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container img {
    height: 86px;
}
textarea {
        width:100%;
        height: 18%;
}