#backround {
    background-image: url(../IMGS/imgult.jpg);
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;


}

body {
    margin: 0px;
    padding: 10px;
    border: blue;
    border-style: solid;
    color:floralwhite;

}

.text{
    color: purple;
}