* {
  margin: 0px;
  padding: 0px;
}

#svgObj {
  width: 400px;
  height: 400px;
}


body{
  font-family: "roboto", sans-serif;
  width: 100%;
}

h1{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}

main{
  width: 960px;
  margin: auto;
  position: relative;
}

svg{
  border: 2px solid red;
}
.box{
  fill: red;
}

#UIContainer{
  display: flex;
}

#searchButton{
  height: 4rem;
  border: 1px solid black;
  padding: 1rem;
  margin-top: 0.5rem;
}
#searchButton:hover{
  cursor: pointer;
}


fieldset {
  display: inline-block;
  height: 100px;
  width: 165px;
  border: none;
  margin-left: 1rem;
}
ul{
  list-style: none;
}

#finalMessage {
  position: absolute;
  top: 65%;              
  left: 35%;  
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;           
  transform: translate(-50%, -50%);
  color: #f2f6ff;    
  opacity: 0;           
  pointer-events: none; 
}
