body{
    background-color: azure;
}

.container{
    margin:auto;
    
}
h1{
    color:white;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    padding: 5px;
    background-color: rgb(102, 137, 241);
}

p{
    color: rgb(102, 137, 241);
    font-size: 20px;
    border-top: 5px solid blue;
    padding:5px;
}

span{
    color:blueviolet;
}
p a:hover, p a:visited{
    color:purple;
}

p a:hover{
    color:plum;
    
}
p a{
    text-decoration: none;
}

.new{
    text-align: center;
    font-family: 'Fugaz One', cursive;
    letter-spacing: 2px;
    
}

pic{
    float:center;
}