* {
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    margin-left: 20px;
    margin-bottom: 5px;
    padding-bottom: 20px;
    font-size: 40px;
    font-family: Roboto;
}

.btn {
    width:200px;
    padding: 5px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #04aa6d;
    border: none;
    border-radius: 10px;
    box-shadow: 0 9px #999;
}

.btn:hover {
    background-color: #3e8e41;
}

.btn:active {
    background-color: #3e8e41;
    box-shadow: 0 2px #666;
    transform: translateY(2px);
}

input.txtInputs{
    width: 400px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    color: blueviolet;
    font-size: 18px;
}



input[type="text"]:focus {
    border: 3px solid #555;
}


form {
    margin-left: 0px;
}

fieldset {
    width: 600px;
    border: 2px solid #4238ca; 
    background: #f6f8ff;
    padding-bottom: 40px;
    padding-left: 30px;
}

div#elementState {
    width: 60%;
    margin: 10px 10px 10px 10px;
}

hr.borders {
    height:15pt; 
    visibility:hidden;
}

legend {
    font-size: 20px;
}


.button-2 {
  background-color: rgba(51, 51, 51, 0.05);
  border-radius: 8px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-2:hover {
    background-color: #733ec8;
    color:white
}

.button-2:active {
  font-size: 22px;
}


.makeImgVisible {
    margin-top: 20px;
    position: relative;
    zoom: 25%;
    visibility: visible;
}

.makeImgInvisible {
    margin-top: 20px;
    position: relative;
    zoom: 25%;
    visibility: hidden;
}

.makeImgDisapper {
    margin-top: 20px;
    position: relative;
    zoom: 25%;
    display: none;
}


div#imgHolder {
    width: 410px;
    height: 315px;
}