body {    padding: 0;    background-color: grey;    background-image: url(./images/arena.jpg);    background-size: cover;    background-position: left, bottom;    flex-wrap: wrap;    }.registration-container{    background-image: url(/images/regbackground.jpg) ;    background-position: center;    width: 100%;    height: 570px;    background-size: cover;    margin: 5 15 5 5;}.login-page {    width: 360px;    padding: 5% 0 0;    margin: auto;}.form {    position: relative;    z-index: 1;    background:  rgba(37, 66, 194, 0.8);    max-width: 360px;        margin: 0 auto 100px;    padding: 45px;    text-align: center;    }.form input {    font-family: Arial, Helvetica, sans-serif;    outline: 1;    background: #f2f2f2;       width: 100%;    border: 0;    margin: 0 0 15px;    padding: 15px;    box-sizing: border-box;        }.form button {    font-family: Arial, Helvetica, sans-serif;    text-transform: uppercase;    outline: 0;    background: #4caf50;   width: 100%;   border: 0;     color: #ffffff;     font-size: 14px;   cursor: pointer;}.form button:hover,.form button:active {background: #43A047;}.form .message{    margin: 15px 0 0;    color: rgb(192, 218, 241);    font-size: 12px;    padding-bottom: 9px;    font-family: Arial, Helvetica, sans-serif;}.form .message a{    color: #4caf50;    text-decoration: none;}.form .register-form{    display: none;}.container {       margin: auto;       max-width: 1200px;    overflow: auto;      padding-left: 15px;}header {        height: 118px;    text-align: center;    font-size: 11;    }nav {    background-color: rgba(0, 0, 0, 0);    text-align: center;    padding:20px;        margin-right: 150px;    margin-left: 150px; }        h1 {font-size: 55px;color:wheat;font-family: 'Caveat', cursive;padding-top: 25px;}p {    font-size: 32px;    color:wheat;    font-family: 'Caveat', cursive;    margin-bottom: 25px;    font-weight: 700;    align-items: center;}a {    color:red;    font-family: 'Caveat', cursive;    font-size: 25px;    font-weight: 700;}a:hover {    color: wheat;}nav a {    font-family: 'Caveat', cursive;    text-decoration: none;    font-size: 24px;    padding-left: 10px;    padding-right: 10px;    align-items: center;}.menu-button {    background-color:transparent;    font-size: 24px;    font-family: 'Caveat', cursive;    cursor: pointer;    color:#43A047;    margin: 10px;}.right-menu {    position: relative;    display: inline-block;        margin-right: 200px;}.dropdown-menu {    display: none;    position: relative;    min-width: 150px;    z-index: 1;}.dropdown-menu a {    color: aqua;    padding: 3px;    display: block;}.dropdown-menu a:hover {    color: red;}.right-menu:hover .dropdown-menu {    display: block;}.right-menu:hover .menu-button {    color: aqua;}footer {    margin-top: 20px;    background-color: rgba(0, 0, 0, 0);    padding-top: 50px;    padding-bottom: 50px;    margin: 25px;        }footer p {        font-size: 20px;    text-align: center;    color: wheat;    font-family: 'Caveat', cursive;}footer li {    font-size: 12px;    text-align: center;    color: wheat;    }