@font-face {
    font-family: Amarante;
    src: url(Amarante/Amarante-Regular.ttf);
}
#grad{
    
}
body{
    font-family: Amarante;
    background-image: linear-gradient(#9CF6F6, #26547C);
}
a:link{
    color: #26547C; 
}
a:visited{
    color: #EF476F;
}
a:hover{
    color: #FFD166;
}
a:active{
    color: #06D6A0;
}
h3{
    color: #26547C;
}
img{
    border-radius: 10px;
}
h1{
    border-radius: 10px;
    background-image: linear-gradient(to right, #EF476F, #FFD166);
    border-left: 10px;
    color: white;
    display: block;
}