@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"; 

html {
  background-color: hsl(348, 91%, 51%);
  height: 100vh;
  width: 100vw;
}

body {
    font-family: 'Dosis', sans-serif;

}

p {
    margin-top: 0;
}

a {
    font-size: 20px;
}

.top {
  position: relative;
  z-index: 2;
}

.bottom {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}


.card-title {
     text-align: center;
  box-shadow: 5px 5px 10px black;
  transition: transform .2s;
  background-color: white;
}

.card {
  text-align: center;
  box-shadow: 10px 10px 15px black;
  transition: transform .2s;
   width: 350px;
    height: 475px;
}

.card-footer {
    height: 25%;
    width: 100%;
}

.card-footer-item {
    height: 100px; 
    width: 100%; 
    position: absolute;
    bottom: 0;
}

.card-content {
    padding: 1em;
}
.select{
   
    right: 0px; 
    bottom: 0px; 
    width: 50%;
    margin: auto;
    margin-bottom: 0px;
}
.link {
  align-self: flex-end;
}
.box {
    width: 50%;
    align-items: center;
}

.hidden {
    display: none !important;
}

.title {
  font-size: 15px;
}

.instructions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 50%;
  width: 50%;
  background-color: hsl(350, 77%, 88%);
  border-radius: 3px;
  padding: 18px;
  box-shadow: 10px 10px 15px black;
  color: rgb(47, 2, 2);
}

.instructions:hover {
   -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.img-border {
    border: solid 2px;
    border-color: #EBBE34;
}

#title {
    font-size: 10px;
}

.card:hover {
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.card-title:hover {
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.field.has-addons {
  height: 75px;
  width: 350px;
  border-radius: 5px;
  background-color: #EBBE34;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 15px black;
}

/* The sidebar menu */
.sidebar {
  height: 100%;
  width: 0; 
  position: fixed; 
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #EBBE34; 
  overflow-x: hidden; 
  padding-top: 60px; 
  transition: 0.5s; 
}
/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 11px;
  color: #130d0d;
  display: inline-block;
  transition: 0.3s;
  margin-right: 1em;
  margin-left: -1em;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #EBBE34;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 0.25em;
  margin-bottom: 10px;
}

.openbtn:hover {
  background-color: #444;
}

.clearHistory {
  background-color: #EBBE34;
  padding: 10px 15px;
  border: none;
  border-radius: 0.25em;
  color: white;
  margin-bottom: 10px;

}

.clearHistory:hover {
    background-color: #444;
    color: white;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
  display: flex;
  align-items: center;
  flex-flow: column;

}

#instruction {
  font-size: 20px;
  font-weight: bold;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

@media screen and (max-width: 650px) {


.card {
  text-align: center;
  box-shadow: 10px 10px 15px black;
   width: 300px;
    height: 550px;
    margin: auto;
    margin-bottom: 1em;
}

.card:hover {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.field.has-addons {
  height: 75px;
  width: 350px;
  border-radius: 5px;
  background-color: #EBBE34;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 15px black;
  margin-left: 0.5em;
}

.instructions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 50%;
  width: 75%;
  background-color: hsl(350, 77%, 88%);
  border-radius: 3px;
  padding: 18px;
  box-shadow: 10px 10px 15px black;
  color: rgb(47, 2, 2);
}

}

