.progress-bar{
    animation: progress 7s;
}
@keyframes progress{
    0% { width: 0%;}
    30% { width: 5%;}
    100% { width: 100%;}
}
.title{
    animation: title 4s;
}
@keyframes title {
    0%{ margin-top: 200px;}
    100%{ margin-top: 0px;}
}
.font_25{
    font-size: 25px;
}
.icon-48{
    width: 48px;
}
.google{
    text-transform: none;
    letter-spacing: -0.2em;
}
