body {
    background-color: lemonchiffon;
    word-wrap: break-word;
    margin: 0px;
}

header {
    height: 110px;
    color: orange;
    text-align: left;
    background-image: url(background.webp);
    background-color: blue;
}

h1 {
    margin: 0px;
    padding: 30px;
    font-size: 40px;
    transform: translateY(-10px);
}

a {
    display: block;
    width: fit-content;
    transform: translate(34px, -72px);
    color: red;
}


textarea {
    width: 99%;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    resize: none;
}

input[type='number'] {
    width: 200px;
    height: 25px;
    transform: translateY(-18px);
}

div {
    width: 99%;
    margin: auto;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 3px;
    text-align: left;
    background-color: white;
    transform: translateY(11px);
}

h2 {
    color: yellowgreen;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    border-radius: 10px;
    background-color: antiquewhite;
}

i {
    color: gray;
}