footer {
    border-top: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}
footer p{
    color: white;
    letter-spacing: 2px;
    font-size: 10px;
}