*
{
    box-sizing: border-box;
    line-height: 125%;
    margin: 10;
    padding: 0px;
}


body,
input 
{
    font-family: Brush Script MT;
    font-size: 30px;
    font-weight: 500;
}

body
{
    background-image: url("https://comicvine1.cbsistatic.com/uploads/original/11131/111312644/7190571-1021275329-tumblr_pwe5ke5QMb1usc9y9o5_500.gifv");
    
    height: auto;
    background-position: auto;
    background-repeat: auto;
    background-size: auto;
}

.container
{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    padding: 25px;
    width: 400px;
    margin: 120px auto;
    border: 3px solid turquoise;
}

.required
{
    color: red;
    font-weight: bold;
}

input[type="text"] 
{
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 10px;
    width: 100%;
}

input[type="submit"] 
{
    border: dotted solid;
    background-color: turquoise;
    border-radius: 5px;
    
    color: black;
    font-weight: 700;
    outline: none;
    padding: 10px;
    width: 100%;
}
