body{
    background-image: url("border2.jpg");
    background-repeat: no-repeat;
    background-size: 2000px 950px;
}
h1{
    color: #3338A0;
    text-align: center;
    font-size: 30px;
    text-shadow: 2px 2px 2px slateblue;
    text-decoration: none;
    margin-top: 150px;
}
.one{
    margin-top: 10px;
    margin-left: 400px;
    width: 1000px;
    height: 500px;
    padding: 10px;
    border-style: double;
    border-radius: 2px 50px 2px 50px;
    border-color: black;
    border-width: 6px;
    color: #FF0066;
    font-size: 25px;
    text-align: center;
}