
h1{
    color: rgb(140, 0, 255);
    size: 25px;
}

h2 {
    color: rgb(19, 16, 1);
}


body{
    background: url(Actionnn.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
    width: 960px;
    clear: both;
}

.float-images{
  float: left;
  margin-right: 10px;
  margin-top: 10px;
 
}
.float-images img{
    width: 300px;
    height: 200px;
}

h3 {
    color: blueviolet;
    font-size: 50px;
}

h4 {
    color: brown;
    font-size: 50px;
}

p {
    font-size: 35px;
    color: rgb(0, 8, 255);
}