*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    background-color: bisque;
    font-size: 30px;
    background-image: url(Images/bgreg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper{
    overflow-x:hidden;
    display:flex;
    justify-content: center;
}
h2{
    font-size: 5rem;
    color:rgba(149, 45, 0, 0.864);
    font-weight: 700;
    font-family: Headland one;
    text-align: center;
    padding:10px;
    margin:80px;
    text-shadow:1px 2px 2px black;
}
h2 img{
    height:5rem;
    width:auto;
  }

.fregister{
    color:rgba(149, 45, 0, 0.864);
    font-size:larger;
    border: 9px dashed brown;
    padding:40px;
    margin:30px;
    margin-bottom:30px;
}
#fname,#mail,#add,#options{
    padding:7px;
    background-color: bisque;
    margin:10px;
}

marquee{
    color:rgba(149, 45, 0, 0.864);
    text-shadow: 1px 1px 8px black;
}
.foot{
    width:100%;
    height:200px;
    justify-self: baseline;
}
p{
    color:rgba(149, 45, 0, 0.864);
    text-shadow: 1px 1px 8px black;
    text-align:center;

}