*{
    background: whitesmoke;
}
h1{
    font-size: 6em;
    color: aquamarine;
    text-align: center;
    font-weight: bolder;
}

p {
    font-size: 1em;
    color: aquamarine;
    text-align: center;
    font-weight: bolder;
}

.backtotop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 60px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #808080;
}

.backtotop i {
    font-size: 50px;
}
/* Spremeni barvo kroga puščice */
.fa-arrow-circle-up{
    color: aquamarine;
}