body 
{
    background-image: url("RainbowTroutBackground.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    font-family: Arial, sans-serif;
}

.text
{
    display: inline-block;
    border: 5px solid #ffccff;
    background-color: #e6ffff;
    color: #333333;
    padding: 5px 10px;
    border-radius: 4px; 
}

.RainbowTrout
{
    width: 300px;
    position: absolute;
    top: 10px;
    right: 50px;
}