
@import url('https://fonts.cdnfonts.com/css/revamped');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
    margin: 0; 
    padding: 0;
    font-family: "Roboto";
    color: whitesmoke;
    background-image: url("https://images3.alphacoders.com/133/1332803.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body a {
    color: #cda2ad;
    text-decoration: none;
}

body #navbar {
    margin-top: 1%;
    margin-left: 20%;
    margin-right: 20%;

    padding-top: 1%;
    padding-bottom: 1%;

    border-style: solid;
    border-radius: 10px;
    border-color: transparent;

    backdrop-filter: blur(50px);
}

body #stylechangebutton {
    margin-bottom: -3%;
}

body #stylechangebutton #stylechanger {
    margin-top: 1%;
    margin-left: 1%;
    display: inline-block;
    padding: 1.67px 3.33px;
    background-color: #c9ad83;
    color: whitesmoke;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: xx-large;
    font-size: 14px; /* Increase the font size to make the button bigger */
    width: 30px; /* Increase the width to make the button bigger */
    height: 30px; /* Increase the height to make the button bigger */
}

body #stylechangebutton #stylechanger:hover {
    background-color: #005cbf;
}

body #navbar a {
    color: whitesmoke;
    text-decoration: none;
}

body #navbar #home {
}

body #wraithpng {
}

body #main {
    border-style: solid;
    border-radius: 5px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #0b4555, #267a88);
    margin-top: 2%;
    margin-left: 20%;
    margin-right: 20%;
    backdrop-filter: blur(10px);
}

body #playingrn {
    margin-top: -1%;
}

body #main #links {
    margin-bottom: 1.5%;
}

body #main #links a {
    color: whitesmoke; 
}

body #main #projects #projectlist {
    border-style: solid;
    border-radius: 5px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #8f6470, #c498a2);
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 3%;
}

body #main #projects #projectlist #project #projectdisc {
    margin-top: -20px; 
}

body #spotify {
    margin-top: 1.5%;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2%;
    padding-bottom: 1%;
    border-style: solid;
    border-radius: 5px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #d2a68e, #b97e5d);
    backdrop-filter: blur(5px);
}

body #welcomename {
    display: inline
}

body #game {
    color: #267a88;
    display: inline
}

body #artist {
    margin-top: -2%;
}

body #pfp {
    margin-top: 1%;
    border-style: solid;
    border-color: antiquewhite;
    border-radius: 100%;
}

.custom-style {
    background-image: url("https://images3.alphacoders.com/134/1345266.png") !important;
}

.custom-style #main {
    border-image-source: linear-gradient(to right, #c9ad83, #232325) !important;
}

.custom-style #projectlist {
    border-image-source: linear-gradient(to right, #c9ad83, #232325) !important;
}

.custom-style #spotify {
    border-image-source: linear-gradient(to right, #c9ad83, #232325) !important;
}

.custom-style #wraithpng {
    content: url("../png/Unbenannt1.png") !important;
}

.custom-style a {
    color: #c9ad83 !important;
}

.custom-style #game {
    color: #c9ad83 !important;
}
