h1{
    color:rgb(88, 88, 239);
    position: sticky;
    top: 15px;
}
h4{
    color: rgb(88, 88, 253);
}
* {
    font-family: 'Montserrat', sans-serif;  
}
img:hover{
    transform:scale(0.9)
}
button{
    position:sticky;
    left: 5px;
    bottom: 10px
}
a:visited{
    color: blueviolet; 
}