html{
    font-family: Ms Gothic;
    color:#fc228b
}

body{
    background-color: #03034c;
    background-image:url(images/webbg.webp)
}

#container{
    background-color: #afdaff;
    border: #ff33e4 7px groove;
    height: 500px;
    width: 500px;
    margin: auto;
    padding: 15 pc;
}

.title {
    color: #ff26da;
}
a.button {
    padding: 1px 6px;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
}