body {
    font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(/assets/media/image/illustration_21714218_20230922_111931272-0.webp);
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    background-attachment: fixed;
    
}

body::-webkit-scrollbar {
    display: none; 
}

html {
    scrollbar-width: none; 
}

header {
    color: black;
    text-align: center;
    font-size: 115%;
}

main {
    border: 1px rgba(0, 0, 0, 0.95);
    border-radius: 10px;
    padding: 0.3%;
    padding-top: 5%;
    max-width: 340pt;
    margin: 0 auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

section {
    margin-bottom: 20px;
}

a {
    color: rgb(34, 176, 255);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    background-color: rgb(79, 79, 79);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 7px;
    color: white;
    padding: 0px;
    width: 65%;
    height: 35px;
    margin: 5px;
}

button:hover {
    background-color: rgb(0, 134, 254);
}

hr {
    border-top: 3px solid rgba(0, 0, 0, 0.75);
    width: 95%;
    margin: 20px auto;
}

center {
    text-align: center;
}

.Social-Accounts {
    text-align: center;
    padding: 5%;
}

.Profile-photo {
    border-radius: 100%; 
    border: 1px solid rgba(0, 0, 0, 0.5);
    max-height: auto;
    max-width: 30%;
}

.about {
    padding-left: 10%;
    padding-right: 10%;
}

.credit {
    padding-left: 10%;
    padding-right: 10%;
}