
h1{
    font-family: 'honk';
    
}
  
p, h5, h3 {
    font-family: 'rubik';
    text-align: center;
    color: white;
}

label{
    font-family: 'rubik';
}

body{
    background: #100a1c;
    background-image: radial-gradient(50% 50% ellipse at center , #201e40 0%, rgba(0,0,0,0)100%),
    radial-gradient(60% 0% ellipse at center bottom, #261226 0%, #100a1c 100%);
    padding:0;
    margin:0;
    
}

p {
    color: white;
}

label{
    color: white;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #100a1c;
    background-image: radial-gradient(50% 50% ellipse at center , #201e40 0%, rgba(0,0,0,0)100%),
    radial-gradient(60% 0% ellipse at center bottom, #261226 0%, #100a1c 100%);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.search-button .button{
    font-size: 1.3rem;
    text-decoration:none;
    margin: 5px 0;
    color: white;
    border: black;
    outline: none;
    background-color: blue;
    box-shadow: 3px 3px;
    transform: translate(-1px, -1px);
}
.container-same-width {
    width: 100%;
}
  
.card-img-top {
    object-fit: cover;
    height: 100%;
}
  
.card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card {
    width: 100%;
    margin-bottom: 20px;
}

.full-width-button{
    width: 100%;
}

.pastSearch{
    color: white;
}

.box{
    background-color: #100a1c;
    background-image: radial-gradient(50% 50% ellipse at right, #201e40 0%, rgba(0,0,0,0)100%),
    radial-gradient(70% 80% ellipse at center bottom, #261226 0%, #100a1c 100%);
}

.movie-card-header{
    color: white;
    text-align: center;
}

.card-text {
    color:black;
}

.card-title {
    color: black;
}

.streaming-btn {
    width: 100%;
    display: block;
    margin-top: 5px;
  }

#movieResults {
    display: flex;
    flex-wrap: wrap;
}
  
#movieResults .col {
    margin-bottom: 20px;
}

#movieResults .row {
    margin-bottom: 20px;
}

#previous-title-searches{
  margin-bottom: 15px;
}
  
@media (min-width: 768px) {
    .card {
      width: 100%;
    }
}