span {
    font-family: helvetica;
    font-weight:bold;
}
.left {
     text-align:left;
}
.right {
     text-align:right;
     background-color: black;
 
}
.center {
    text-align: center;
}
ol{
    color:white;
    font-size:25px;
}
ul{
    color:white;
}
body {
   
    background-image:url("https://publish.one37pm.net/wp-content/uploads/2022/03/NBACategory.png");
}
p {
    background-color: white;
    font-size:15px;
    
    color:black;
}
h1 {
    color:white;
    Font:helvetica;
   
}
h2 {
    color:white;
    
}
h3 {
    color:black;
    background-color:white;
    
    
}
img {
    
    width: 275px;
    height: 250px;
    border-width: 5px;
    border-color: darkred;
    border-style: solid;
    transition:1s;
}
img:hover {
    width: 400px;
    height:400px;
    filter:sepia(80%);
}
a {
    
    background-color: white;
    font-size:30px;
 
}
.small {
    
    width: 150px;
    height: 150px;
    border-width: 5px;
    border-color: darkred;
    border-style: solid;
    transition:1s;
}
iframe {
    background-color: white;
    width:800px;
    height:800px;
}