h1 {
  font-family: Arial, Helvetica, sans-serif;
  /* background-color: pink; */
}

/* .table
{
  overflow-x: scroll;
  text-decoration: dotted;

} */


body{ 
  height:100vh; 
  /* width: 110vh; */
  margin:0;
  display:flex; 
  flex-direction:column; 
  overflow-x: scroll;
}

footer{
  margin-top:auto; 
}

.holder
{
  display: flex;
  justify-content: center;
}
.image {
  position: relative;
width: 100px;  
  
}
.image-img
{
  display: block;
  width: 100%;
  border-radius: 50%;
}
.image-overlay{
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s;
}

.image-overlay:hover{
  opacity: 1;
}

.image-title{
  font-size: 1em;
  font-weight: bold;
}
.image-desc{
  font-size: 0.5em;
  font-weight: bold;
}

.images {
  position: relative;
  width: 300px;  
}
.images-img
{
  /* display: block; */
  width: 100%;

}
.images-overlay{
  position: absolute;
  top: 0;
  left: 10;
  width: 93%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s;
}

.images-overlay:hover{
  opacity: 1;
}

.images-title{
  font-size: 2em;
  font-weight: bold;
}



.img-2 {
  height: 480px;
width: 640px;

} 

.img-wrap-2 {
  /* display: inline; */
  position: absolute;
  height: 148px;
  width: 117px;
  top: 420px;
  bottom: 0;
  left: 170px;
  right: 0;
}

.img-desc-2 {

position: relative;
top: -481px;
bottom: 0;
left: 0px;
right: 0;
height: 480px;
width: 640px;
/* display: inline; */
background: rgba(122, 130, 134, 0.72);
color: #fff;
visibility: hidden;
opacity: 0;
transition: opacity .2s, visibility .2s;
text-align: center;
}

.img-wrap-2:hover .img-desc-2 {
  visibility: visible;
  opacity: 1;
}

.img-3 {
  height: 480px;
width: 640px;

} 

.img-wrap-3 {
  /* display: inline; */
  position: absolute;
  height: 148px;
  width: 117px;
  top: 420px;
  bottom: 0;
  left: 861px;
  right: 0;
}

.img-desc-3 {

position: relative;
top: -481px;
bottom: 0;
left: 0px;
right: 0;
height: 480px;
width: 640px;
/* display: inline; */
background: rgba(122, 130, 134, 0.72);
color: #fff;
visibility: hidden;
opacity: 0;
transition: opacity .2s, visibility .2s;
text-align: center;
}

.img-wrap-3:hover .img-desc-3 {
  visibility: visible;
  opacity: 1;
}

/* footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
} */
#hobbies-select-mode {
  display: block;
}

#hobbies-answer-mode {
  display: none;
}
.hobbies-info {
  display: none;
}
input {
  margin: 10px;
}
label {
  margin: 20;
}
