*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
}

body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #4285f4;
}

textarea, select{
  align-content: center;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bbbaba;
  outline: none;
  font-size: 15px;
}

select{
  padding: 10px;
}

textarea{
  resize: none;
  height: 50px;
  padding: 10px;
}

button{
  width: 100%;
  height: 52px;
  background-color: #c2c2c2;
  border: none;
  border-radius: 5px;
  outline: none;
  color: #000000;
  font-size: 25px;
  cursor: pointer;
  border: 1px solid #000;
}
.button2{
  width: 40%;
  height: 30px;
  background-color: #c2c2c2;
  border: none;
  border-radius: 5px;
  outline: none;
  color: #000000;
  font-size: 25px;
  cursor: pointer;
  border: 1px solid #000;
}

img {
    border: 1px solid black;
}

.wrapper{
  align-content: center;
  width: 380px;
  border-radius: 7px;
  padding: 30px;
  background-color: #fff;
}

.header{
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
.grey {
    background-color: lightgrey;
}
.white {
    background-color: white;
}

.column{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.border {
    border-style: solid;
    border-color: grey;
}

.submit{
  width: 100%;
  height: 52px;
  background-color: #c2c2c2;
  border: none;
  border-radius: 5px;
  outline: none;
  color: #000000;
  font-size: 25px;
  cursor: pointer;
  border: 1px solid #000;
}

.nameBoxClass{
  align-items: center;
  font-size: 25px;
  height:auto;
}

.convert{
  font-size: 30px;
}

.slider{
  font-size: 30px;
  align-items: center;
}

