@font-face {
  font-family: "Kodchasan";
  src: url(./fonts/Kodchasan-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url(./fonts/Comfortaa-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px auto;
}
:root {
  scrollbar-width: none !important;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 0;
}
  a {
    text-decoration: none;
    color: white;
  }
body {
  background-color: #092454;
  font-family: "Kodchasan";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
h1 {
  color: white;
  margin-top: 10%;
}
.input {
  width: 450px;
  height: 50px;
  margin: 5px;
  padding: 0px 20px;
  border-style: none;
  border-radius: 10px;
  background-color: white;
  font-size: 18px;
}
.item {
  margin: 10px;
}
.item-input {
  height: 50px;
  width: 100px;
  padding: 0px 20px;
  border: 1px solid white;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  background: none;
}
.boton-agregar {
  width: 50px;
  height: 50px;
  margin: 5px;
  border-style: none;
  border-radius: 10px;
  background-color: rgb(255, 6, 46);
  color: white;
}
.boton-editar {
  margin: 0px 5px;
  border: none;
  background: none;
  color: #62d0ff;
  font-size: 1.4rem;
  font-family: "Comfortaa";
}
.boton-remover{
    width: 50px;
    height: 50px;
    margin: 5px;
    border-style: none;
    border-radius: 10px;
    background-color: rgb(255, 6, 46);
    font-size: 20px;
}
.boton-agregar:hover {
  opacity: 0.9;
}

/* FOOTER */
footer {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: auto;
    align-items: center;
    margin-top: 10%;
  }
  
  #footer_copy {
    color: white;
    font-family: "Kodchasan";
    font-size: 20px;
    position: relative;
  }
  