a:link, a:visited{
    text-decoration: underline;
}
a:hover, a:active{
    text-decoration: none;
}
h1.display-1{
    font-weight: 1000;
    color: firebrick;
}
.red{
    color: firebrick;
}
.by{
    color:grey;
    font-size: small;
}
.myback{
    background-color: floralwhite;
}
body{
    background-color: #6366f1;
    line-height: 1.7rem;
}
h1, h2, h3, h4, h5, h6{
    text-wrap: balance;
}
p{
    text-wrap: pretty;
}
figure{

}
main{
}
i{
    font-family: serif;
}
.small-p{
    font-size:0.7em;
}
footer p{
    font-size: small;
    line-height: 1.3rem;
    color: white;
}
footer a:link, footer a:visited{
    color: white;
}
.b8030{
    width: 88px;
    height: 31px;
}
img{
    cursor: pointer;
    transition: transform 0.2s;
    position: relative;
    margin-top:0.3em;
    margin-bottom:0.3em;
    max-width: 88px;
    max-height: 31px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
img:hover {
    transform: scale(1.05);
}

footer{
    font-size: 0.8rem;
}