h1   {
    font-size:7vw;
    font-family: Georgia;
    line-height: 0;
    color: #f2efea;
    text-align: center;
    font-weight: normal;
    text-shadow: 1px 1px 5px #4d3129;
}

h2   {
    font-size: 22px;
    font-family: Georgia;
    color: #4d3129;
    line-height: 10px;
    text-align: center;
    font-weight: bold;
}

h3  {
    color: #4d3129;
    font-size: 18px;
    font-family: Georgia;
    text-align: center;
    line-height: 26px;
    font-weight: normal;
}

p    {
    color: #3c241e;
    font-size: 18px;
    font-family: Georgia;
    line-height: 26px;
    text-align: justify;
    font-weight: normal;
}

body, input, textarea {
    color: #3c241e;
    font-family: Georgia;
    font-size: 18px;
    line-height: 22px;
    background-color: #cfc4ba;
    font-weight: normal;
}

@font-face {
  font-family: Georgia;
  src: url(georgia.ttf);
}

a:link {
    color: #4d3129;
    text-decoration: none;
}


a:visited {
    color: #4d3129;
    text-decoration: none;
}

a:hover {
    color: #4d3129;
    text-decoration: underline;
}

a:active {
    color: #4d3129;
    text-decoration: underline;
}

tr {
    background-color: #f2efea;
}

table {
    border:solid #f2efea 10px;
    background-color: #f2efea;
    width: 100%;    
    margin-left: auto;  
    margin-right: auto;
}

img {
    width: 100%;
    height: auto;
}

.container {
    position: relative;
    text-align: center;
    color: #4d3129;
}

.centered {
    position: absolute;
    top: 47%;
    left: 37%;
    transform: translate(-50%, -50%);
}