.body{
    background-color: black;
}
.header {
    display: flex;
    flex-direction: row;
    background-color: black;
    height: 50px;
    justify-content: space-around;
    align-items: center;
    border-bottom: 5px;
    border-color: blue;
}

button {
    background-color:orange;
    height:30px;
    
}

.logo {
    display:flex;
    flex-direction: row;
    font-size:x-large;
    font: bolder;
    font-family: sans-serif;
    font-weight: 900;
}

#logo1 {
    background-color: black;
    color: antiquewhite;
}

#logo2 {
    background-color: orange;
}

.moto {
    color: antiquewhite;
    display: flex;
    justify-content: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a {
    color: antiquewhite;
    font-family: sans-serif;
    font-size: large;
    font-weight: 700;
    text-decoration: none;
    
}

#mySearch {
    border: 1px aqua;
    border-radius: 1px;
    width: 350px;
    height: 30px;
    

}

.pic-container {
    border: ;
    border-color:aqua;
    height: 700px;

}

.footer {
    color: antiquewhite;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}