body {
    cursor: url('../../assets/cursor/cursor.cur'), auto;
}

.enter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40vh;
    font: 600 1.6rem 'Roboto', sans-serif;
}
.aboutme {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 30vh;
    font: 600 1.6rem 'Courier New', monospace;
}
.hb {
    font: 600 1.6rem 'Courier New', monospace;
}
.cursorp {
    cursor: url('../../assets/cursor/pointer.cur'), pointer;
}
.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50vh;
    font: 600 1.6rem 'Roboto', sans-serif;
}
.albom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    gap: 20px;
    padding-bottom: 20px;
}
.photo {
    width: 400px;
    height: auto;
}
