
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');

body{
    background-image: url('./bitcoin.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size: cover;
}

h1{
    text-align: center;
    text-decoration-color: aliceblue;
    color: white;
    text-shadow: -1px -1px;
}
h4{
  text-align: center;
    text-decoration-color: aliceblue;
    color: white;
    text-shadow: -1px -1px;
}
#div {
    border-radius: 5px;
    background-color: yellow;
    padding: 25px 35px 25px 35px;
    width:600px;
    text-align: center;
    margin: auto;
  }
select{
    border-radius: .5rem;
    font-size:1.5rem;
    font-family:'Brush Script MT';
    padding: 5px 15px;
    width:390px;
    border: none;
    color:black;
}
#btn{
    margin-top:1rem;
    display: inline-block;
    font-size:1.7rem;
    color:white;
    background-color: yellowgreen;
    border-radius:.5rem;
    cursor: pointer;
    padding:5px 15px;
    width:390px;
    border:none;
    font-family:'Bodoni MT';
}
  #tableResult{
       font-family: Arial, Helvetica, sans-serif;
       width:750px;
       margin: auto;
       border-style: none;
       border-radius: 5px;
       text-align: center;
       padding: 50px;
  }
#tableResult tr:nth-child(even){background-color:slateblue;color:greenyellow;}

#tableResult tr:hover {background-color: lightsalmon;}
#tableResult th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color:aqua;
  color: white;
  font-family:'Bodoni MT' ;
}
#tableResult td {
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  font-family:'Bodoni MT' ;
}
@media all and (max-width:688px){
  body{
    background-image: url('./bitcoin.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size: cover;
  }
  #div{
    border-radius: 5px;
    background-color: palevioletred;
    padding: 25px 35px 25px 35px;
    width:400px;
    text-align: center;
    margin: auto;
  }
  select{
    border-radius: .5rem;
    font-size:1.5rem;
    font-family:'Brush Script MT';
    padding: 5px 15px;
    width:300px;
    border: none;
    color:black;
}
#btn{
    margin-top:1rem;
    display: inline-block;
    font-size:1.7rem;
    color:white;
    background-color: yellowgreen;
    border-radius:.5rem;
    cursor: pointer;
    padding:5px 15px;
    width:300px;
    border:none;
    font-family:'Bodoni MT';
}
#tableResult{
  font-family: Arial, Helvetica, sans-serif;
  width:400px;
  margin: auto;
  border-style: none;
  border-radius: 5px;
  text-align: center;
  padding: 50px;
}
}
@media all and (max-width:550px){
  body{
    background-image: url('./bitcoin.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size: cover;
  }
  h1,h4{
    color:thistle;
  }
  #div{
    border-radius: 4px;
    background-color: yellow;
    padding: 25px 35px 25px 35px;
    width:210px;
    text-align: center;
    margin: auto;
  }
  select{
    border-radius: .5rem;
    font-size:1.5rem;
    font-family:'Brush Script MT';
    padding: 5px 15px;
    width:100px;
    border: none;
    color:black;
}
#btn{
    margin-top:1rem;
    display: inline-block;
    font-size:1.7rem;
    color:white;
    background-color: yellowgreen;
    border-radius:.5rem;
    cursor: pointer;
    padding:5px 15px;
    width:100px;
    border:none;
    font-family:'Bodoni MT';
}
#tableResult{
  font-family: Arial, Helvetica, sans-serif;
  width:200px;
  margin: auto;
  border-style: none;
  border-radius: 5px;
  text-align: center;
  padding: 50px;
}
}
@media all and (max-width:280px){
  body{
    background-image: url('./bitcoin.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size: cover;
  }
  h1,h4{
    color:chartreuse;
  }
  #div{
    border-radius: 5px;
    background-color: fuchsia;
    padding: 25px 35px 25px 35px;
    width:120px;
    text-align: center;
    margin: auto;
  }
  select{
    border-radius: .5rem;
    font-size:1rem;
    font-family:'Brush Script MT';
    padding: 5px 15px;
    width:50px;
    border: none;
    color:black;
}
#btn{
    margin-top:1rem;
    display:block;
    font-size:1rem;
    color:white;
    background-color: yellowgreen;
    border-radius:.5rem;
    cursor: pointer;
    padding:5px 15px;
    width:50px;
    border:none;
    font-family:'Bodoni MT';
}
#tableResult{
  font-family: Arial, Helvetica, sans-serif;
  width:50px;
  border-style: none;
  border-radius: 5px;
  text-align: center;
  padding: 50px;
}
}
