@import url('https://db.onlinewebfonts.com/c/d02befc8fdd8e5315fb21fa7f38fd55a?family=Shree+Devanagari+714');

body {
  background-color: #ffffff;
  
}

a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: black;
}

.mainbox {
  background-color: #ffffff;
  margin: auto;
  height: 600px;
  width: 600px;
  position: relative;
}
  
  .picture {
	position: relative;
	top: 10%;
	width: 600px;
}

.msg {
    text-align: center;
    font-family: 'Shree Devanagari 714', arial, sans-serif;
    font-size: 1.6rem;
    position:absolute;
    left: 16%;
    top: 45%;
    width: 75%;
  }
