@import "/CSS/Colors.css";

body{
    background-color: rgb(255, 255, 255);
    background-image: url(/Socials/sky.png);
    padding: 2dvh;
}

#content{
    margin: auto;
    background:linear-gradient(to bottom right, var(--nav-background),var(--nav-background2));
    box-shadow: 1px 1px 20px rgba(68, 68, 68, 0.016), inset 5px 0px 5px var(--nav-light), inset -5px 0px 5px var(--nav-light);
    border-radius: 4.6vh;
    backdrop-filter: blur(12px);
    width: 38dvh;
    text-align: center;
    padding: 1.5dvh;
    padding-top: 2.4dvh;
    padding-bottom: 2.4dvh;
    color: rgba(242, 248, 253, 0.959);
}

#profile{
    width: 90%;
    margin: 0px;
    border-radius: 3.3dvh;
    margin-top: 1dvh;
}

a{
    text-decoration: none;
}

li{
    list-style-type: none;
    margin: 0%;
}

.but{
    width: 95%;
    background-color: aliceblue;
    margin: auto;
    background:linear-gradient(to bottom right, var(--nav-background),var(--nav-background2));
    border-radius: 2dvh;
    box-shadow: 1px 1px 5px var(--nav-shadow) ,inset 5px 0px 5px var(--nav-light), inset -5px 0px 5px var(--nav-light);
    backdrop-filter: blur(12px);
    font-family: helvetica, arial;
    color: rgba(244, 250, 255, 0.952);
    text-decoration: none;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 1.7%;
    font-size: 2dvh;
}

h1{
    margin: 0%;
    font-size: 4.2dvh;
    padding-top: 1.1dvh;
    padding-bottom: 0px;
    text-align: center;
    font-family: helvetica, arial;
    font-weight: bold;
}

p{
    margin: 0px;
    padding: 4dvh;
    padding-top: 1.3dvh;
    padding-bottom: 2.2dvh;
    text-align: center;
    font-family: helvetica, arial;
    font-weight: bold;
    font-size: 2dvh;
}
