body{
    background-color: gray;
    display: flex;
    justify-content: center;
}
.container{
    background-color: white;
    width: 300px;
    padding: 20px 20px 5px 20px;
    outline: 1px solid black;
}
h1{
    text-align: center;
}
#mail{
    width: 260px;
}
#skicka{
    display: flex;
    justify-content: center;
    margin: 10px;
}
#other{
    resize: none;
    width: 260px;
}