.head1 {
    font-size: 25px;
    color:#92d2ea;
    font-weight: bold;
    text-align:center;
    padding:10px;
}

.head2 {
    font-size: 25px;
    color:#090088;
    padding: 10px;
    margin: 0 auto;
    text-align:center;
}

body {
    margin: 0 auto;
    background: url(https://i.pinimg.com/1200x/33/01/8b/33018b6beb183295f8a086fcb617950d.jpg);
    background-position: center;
    background-size: cover;
    max-width:1000px;
    overflow:scroll;
}

.icon{
    float:right;
    margin-right:30px;
}
.page{ 
    margin:150px;
    background-color:white;
    border:2px solid #65adc7;
    box-shadow: 0px 0px 6px #95d2e8;
    border-radius:2px; 
}
.menu {
    position: sticky;
    top: 0;
    padding: 10px 0px 10px 0px;
    color: #92d2ea;
    margin: 0 auto;
    overflow: hidden;
    text-align:center;
}

.menu a {
    color: #92d2ea;
    text-align: center;
    padding: 18px 20px;
    text-decoration: none;
    font-size: 20px;
}

a:hover{
    font-size:23px;
    color:#b9eafb;
}

/* .menu-log class is used to position the login link 
      on the right side of the menu bar */
.menu-log {
    right: auto;
    float: right; /* Floats the login link to the right */
}



  
  
.body_sec p{
    padding:30px
}

.center {
    padding:10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  p{
    font-size:13px;
    color:gray;
    text-align:center;
    font-family:"Alice";
    padding:15px;
 
  }

  .alice-regular {
    font-family: "Alice", serif;
    font-weight: 400;
    font-style: normal;
  }
* 
{cursor: url(https://cur.cursors-4u.net/symbols/sym-5/sym473.cur), auto !important;}