.header h1 {
    font-size: 5rem;
}

.header h2 {
    font-size: 3rem;
}

.arrow {
    width: 100px;
}

.container h2 {
    font-size: 4rem;
}

.container_about {
    gap: 50px;
}

.music_container {
    gap: 25px;
    margin-top: 100px;
}

.music_container p {
    font-size: 2.25rem;
}

.music_btn img {
    width: 75px;
    height: 75px;
}

.container {
    height: 75vh;
}

.container_about p {
    font-size: 1.25rem;
}

.container_about img {
    width: 300px;
    height: auto;
    border-radius: 75px;
}

.star {
    width: 300px;
    height: 300px;
}

.project_container {
    gap: 50px;
    margin-top: 100px;
}

.project-box img {
    width: 240px;
    height: auto;
    border-radius: 75px;
}

.img-text {
    font-size: 2.5rem;
}

.container_links {
    gap: 50px;
}

.box_link {
    width: 250px;
    height: 250px;
}

