body {
    width: 100vw;
    height: 100vh;
}

h1 {
    font-size: 50px;
}

.overLoveProject {
    width: 100vw;
    height: 75vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.group {

    width: 25%;
    display: flex;
    justify-content: space-between;
}

.song {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    width: 20vh;
    height: 20vh;

    border-radius: 10px;
    outline: 2px black solid;
}

.one {
    outline: 2px #ffa8ff solid;
}

.blur img {
    filter: blur(4px);
}

.overLoveProject img {
    border-radius: 5px;

    width: 80%;
    height: 80%;
}

.overLoveProject a {
    text-decoration: none;
    color: black;
}