.container{
    background-color: #101010;
}

form{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: black;
}

h1{
    color: rgb(0, 0, 0);
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

img{
  height: 100px;
  width: 120px;
  border-radius: 5px;
}  

.logo, .submission{
  text-align: center;
}

h4{
  text-align: center;
}

.btn{
  width: 150px;
  border-color: black;
  font-weight: bold;
  color: black;
}

.top.btn.btn-warning{
  margin-right: 4px;
}

.top.btn.btn-warning:hover {
  color: black;
}

/* .top{
  background-color: #ffcc00; 
  margin-right: 4px;
} */

.button-container {
  display: flex;
  justify-content: flex-end; 
}

@media (min-width: 750px) {
  .button-container{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}