body{display:grid;grid-template-columns:1fr;justify-items:center;}@media(max-width:650px){#contactForm{margin-top:4vh;}}button{cursor:pointer;}#contactForm{font-family:patmansFont;max-width:800px;display:grid;justify-items:center;}#msg{width:95%;min-height:400px;background-image:url(/content/guests/img/paper.jpg);padding:10px;font-family:JsonTerr;font-weight:bold;font-size:1.2em;box-shadow:0px 0px 5px 5px rgba(160,160,160,0.75);margin-left:5px;margin-right:5px;}#msg:not([contenteditable]){font-family:patmansFont;display:flex;flex-direction:column;align-items:center;}#control{display:flex;flex-direction:row;align-items:center;column-gap:30px;margin-top:10px;}#submit{border:none;background:none;background-image:url(/content/guests/img/mail.svg);width:50px;height:50px;}#reset{border:none;background:none;background-image:url(/content/guests/img/eraser.svg);background-repeat:no-repeat;width:30px;height:30px;}#ok{font-family:inherit;font-size:inherit;padding:10px 20px 5px 20px;background:transparent;border:outset lightgray;border-radius:6px;margin-top:15px;}