@font-face {
    font-family: Jersey10;
    src: url("font/Jersey10.ttf");
}
body {
    margin: 0;
}
.holder{
    left: 50%;
    translate: -50%;
    position: absolute;
    width: 50vw;
    height: fit-content;
    border: 0.35vh solid #ffffff;
    border-radius: 1vh;
    padding: 15px;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/background.png');
    background-size: cover;
    background-position: center;
    filter: brightness(70%);
    z-index: -1;
}
.tital-text{
    position: relative;
    top: 1px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-family: Jersey10;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    line-height: 1;
    text-decoration: none;
}
.aboutme{
    position: relative;
    top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-family: Jersey10;
}
.aboutmePAGE{
    position: relative;
    top: 0px;
    text-align: left;
    color: rgb(255, 255, 255);
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-family: Jersey10;
    text-decoration: none;
}
.aboutmePAGE:hover{
    color: burlywood;
}
.social-links {
    position: relative;
    justify-content: center;
    gap: 30px;
    filter: invert(85%);
}
.social-links img {
    width: 65px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.social-links img:hover {
    transform: scale(1.3);
    filter: invert(10%);
}
.linkInfo{
    position: relative;
    top: -20px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-family: Jersey10;
    filter: invert(100%);
}