.header {
    text-align: center;
}
.name {
    font-size: 4.0rem;
    font-weight: bold;
}

.title {
    font-size: 2.0rem;
    animation-delay: 1s;
}

.svg{
    height: 4.0rem;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 5%;
    animation-delay: 2s;
}

.footer-wrapper {
    padding-left: 33%;
    width: 33%;
    display: flex;
    justify-content: space-evenly;
}