* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  /* border: 1px solid red; */
}

body {
  background-color: rgb(252, 252, 252);
  justify-content: center;
}

nav {
  margin: 2rem;
  padding: 1rem;
  text-align: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  padding: 2rem;
  margin: 2rem;
  border-radius: 20px;
  background-color: #f2f2f2;
  border: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2rem;
  color: black;
}

#open-btn {
  position: fixed;
  bottom: 3rem;
  right: 10%;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border: none;
  color: #fff;
  background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
  background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  height: 50px;
  width: 50px;
}

#open-btn:hover {
  box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

#model {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: animatemodel;
  animation-duration: .5s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

#model-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Model Animation Section*/
@keyframes animatemodel {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 50%;
    opacity: 1;
  }
}

/* form-style */
/* Style inputs with type="text", select elements and textareas */
input[type=text],
select,
textarea {

  width: 100%;
  /* Full width */
  padding: 10px;
  /* Some padding */
  border-radius: 6px;
  /* Rounded borders */
  box-sizing: border-box;
  /* Make sure that padding and width stays in place */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
  /* Bottom margin */
  resize: vertical Allow the user to vertically resize the textarea (not horizontally);
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  color: #3D3D3D;
  /* background: #fff; */
  border: none;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Style the submit button with a specific background color etc */
button {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 30%;
  min-width: 270px;
  position: relative;
  margin: auto auto;
}

.button-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 20px;
  border: none;
  color: #fff;
  background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
  background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}

.button-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 20px;
  color: #3D3D3D;
  background: #fff;
  border: none;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-2:focus {
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}

.box {
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 20px;
  color: #3D3D3D;
  border: none;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
}

.box:focus {
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}

.card {
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  padding: 2rem;
  margin: 2rem;
  border-radius: 20px;
  background-color: #f2f2f2;
  border: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-block {
  margin: 1rem;
}