@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Raleway:wght@400;700&display=swap');
#wrapper {margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: white;
}
nav ul{
    list-style-type: none;
}

nav {text-align: center;
    background-color: #DB0000;
    padding: 0.1mm;
    }

nav li {margin-bottom: 5px;
    display:inline-block;
    margin-right: 10px;
    }

nav a {text-decoration: none;
    color: white;
    }

body {background-image: url("images/unsplash sky PEm_sLmJT-w.jpg");
    }

header {background-image: url("images/A1V1logo.jpg");
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
    }

a:hover{text-decoration: underline;
    }

a:active{color: orange;
}

.center {text-align: center;
}

table {border: 1px solid black;
    border-collapse: collapse;
    margin: 1em;
}

td, th {text-align: center;
    width: 500px;
    border: 1px solid black;
    padding: 0.5em;
    font-family: Raleway, sans-serif;
    }

footer {text-align: center;
    padding: 1.5em;
    margin-top: 50px;
    background-color: lightgrey;
    }

.bold {font-weight: bold;
    font-size: 20px;
    }

form {padding: 20px;
    }

label {float: left;
    width: 130px;
    clear: left;
    text-align: right;
    padding-right: 15px;
    margin-top: 15px;
    }

input, textarea, select {margin-top: 15px;
    display: block;
    background-color: lightgrey;
    border-color: red;
    }

#mySubmit {margin-left: 145px;
    }

footer, nav, .raleway {font-family: Raleway, sans-serif;
    }

.dancingscript {font-family: "Dancing Script", serif;
    }