head{
    color:rgb(239, 88, 131);
}

body{
    width: 1000px;
    height: 100vh;
    background-image: url("Hello_Kitty_Background.bmp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

h1{
    color:rgb(239, 88, 131);
    font-family: "Dancing Script", cursive;
    text-align: center;
    margin-left: 175px;
    margin-top: 100px;
    font-size: 40px;

}

h2{color:rgb(239, 88, 189);
    font-family: "Dancing Script", cursive;
    text-align: center;
}

button{
    color: rgb(255, 255, 255);
    font-family: "Dancing Script", cursive;
    font-size: 12px;
    text-align: center;
    border: none;
    background-color:rgb(239, 88, 131);
    height: 36px;
    width: 150px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-left: 525px;
}

button:hover{
    color:purple;
    box-shadow: 5px 5px 10px rgb(255, 20, 147, 0.30);
}

p{
    font-family: "Dancing Script", cursive;
    font-size: 13px;
    text-align:center;
    margin-left: 180px;
}

#box1{
    font-family: "Dancing Script", cursive;
    font-size: 13px;
    text-align: center;
}

#box2{
    font-family: "Dancing Script", cursive;
    font-size: 13px;
    text-align: center
}

#box1{
    color: rgb(239, 88, 131);
}
#box2{
    color:rgb(239, 88, 131);
}

a:link{
    color: rgb(239, 88, 131);
}
a:visited{
    color: rgb(239, 88, 131);
}
a:hover{
    color:purple;
}

a:active{
    color:white;
}

#box3{
    margin-left: 400px;
}