.title {
    text-align: center;
    font-size: 50px;
    margin: 20px 0px;
}

.header {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.link{
    text-decoration: none;
}

.link:hover {
    color: #333;
}