body{
   display: flex;
    flex-direction: column;
    font-family: 'Times New Roman', Times, serif;
    margin: auto;
    background-color: darkred;
    margin-left: 10pt;
    margin-right: 20pt;
    
}
header{

    color: black;
    border: 5pt;
    border-style: solid;
    border-color: black;
    background-color: silver;
    margin: auto;
    margin-top: 5pt;
    width: 100%;
    text-align: center;
    border-radius: 10pt;
}
img{
    border-radius: 10pt;
}
a{
    margin-left: 35pt;
    margin-right: 35pt;

    text-decoration: none;
    color: black;
    font-weight: bold;
}

.my-element:hover {
    color: darkred; 
  }


nav{

    border: 5pt;
    border-style: solid;
    border-color: black;
    background-color: silver;
    height: 40pt;
    width: 100%;
    text-align: center;
    margin-top: 5pt;
    border-radius: 10pt;
    font-size: 20pt;
    flex-direction: row;
    padding-top: 20pt;
    
    
}
ul{
    text-align: left;
    padding-left: 30%;
}
img{
    width: 40%;
    margin-top: 75pt;
}
main{
    border: 5pt;
    border-style: solid;
    border-color: black;
    background-color: silver;
    margin-top: 5pt;
    text-align: center;
    border-radius: 10pt;
    width: 100%;
    padding-bottom: 20pt;
}

body {
	display: flex;
	flex-direction: row;}
@media screen and (max-width: 1920px) {
	body {
		flex-direction: column;}}
footer{
    border: 5pt;
    border-style: solid;
    border-color: black;
    background-color: gray;
    height: 25pt;
    width: 100%;
    text-align: center;
    margin-top: 5pt;
    border-radius: 10pt;
    font-size: 10pt;
    flex-direction: row;
    padding-bottom: 10pt;
    margin-bottom: 10pt;
}