@import url('https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap');

*{
    font-family: 'Lora', serif;
    text-align:center;
    color:#ffffff;
    box-sizing: border-box;
}

body{
    background-color: #000000;
    margin: 0 auto;
}

main{
    margin: 5% 0% 3% 0%;
}

h1{
    user-select: text;
    text-shadow: 0 0 10px #ffffff;
    font-size: 38px;
    margin: 0% 0% 2% 0%;
}

h2{
    text-shadow: 0 0 10px #ffffff;
}


p{
    text-shadow: 0 0 10px #ffffff;
    text-align:center;
    font-weight:bolder;
    line-height:25px;
    font-size:16px;
    user-select: text;
}

a{
    color:#800080;
    text-decoration: none;
    user-select: text;
}

a:hover, .number-link:hover{
    color:#b250cf;
    text-decoration: underline;
}

a:active, .number-link:active{
    color:#451a52;
}

.number-link{
    color: #800080;
    text-shadow: 0 0 10px #ff00ff;
    font-weight: normal;
}

.line{
    box-shadow: 0 0 50px 5px #800080;
    border: 1px solid #800080;
    background-color: #800080;
    border-radius: 2px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

.img-redes-sociais{
    user-select: none;
    width: 35px;;
    color: #000000;
}

.imgRedesSociais{
    align-items: center;
    display: flex;
    justify-content: center;
}

mark{
    color: #800080; 
    text-shadow: 0 0 10px #800080;
    background: none;
    font-weight: bolder;
    
}

.main-image{
    width: 25%;
    min-width: 30%;
    max-width: 30%;
}

.main-image p{
    user-select: none;
    color: #ffffff;
    box-shadow: 0 5px 10px 0 #161616;
    font-weight: lighter;
    letter-spacing: 1px;
    background:linear-gradient(#633e6d 0%, #522763 50%);
    width: 100%;
    font-size: 16px;
    margin: 0;
    margin-top: -5px;
}

.img-jullia{
    user-select: none;
    width: 100%;
    border-radius: 3% 3% 0 0;
    border: solid #430043;
    box-shadow: 0 0 20px 0 #800080;
    border-width: 3%;
}

.about-container{
    background-color: #000000;
    padding: 5%;
    margin: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    
}

.image-logo{
    user-select: none;
    position: fixed;
    top: 10px;
    left: 0;
    margin-left: 10px;
    width: 50px;
    border-radius: 20%;
    transition: 0.3s;
}

.image-logo:hover{
    box-shadow:0 0 30px 0 #8b198b;
    transition:0.3s;
}

::selection{
    text-shadow: 0 0 15px #e9b1e9;
    background: #85647c;
}
::-webkit-scrollbar{
    width:10px;
}
::-webkit-scrollbar-track{
    background:#ffffff;
}
::-webkit-scrollbar-thumb{
    background:#000000;
    border:1px solid #484848;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover{
    background:#232323;
}
::-webkit-scrollbar-thumb:active{
    background:#343434;
}

span{
    user-select: none;
    cursor: pointer;
    font-size: 30px;
    position:fixed;
    right: 15px;
    top: 10px;
    margin-right: 1%;
}

.sidenav {
    border: inset 1px #ffffff;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}
  
.sidenav a {
    margin: 12px 35px 8px 45px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a:first-child{
    text-shadow: 0 2px 5px #000000;
}

  
.sidenav a:hover {
    color: #f1f1f1;
    text-shadow:0 0 10px #ffffff;
    cursor: pointer;
}
  
.sidenav .closebtn {
    position: absolute;
    padding: 0 8px 0 8px;
    margin: 5px 35px 8px 45px;
    top: -1px;
    right: -5px;
    font-size: 36px;
}
.sidenav .closebtn:hover{
    background-color:#ff0000;
}
  
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 5%;}
    .sidenav a {font-size: 18px;}
}
@media screen and (min-width: 430px) and (max-width: 530px){
    .image-logo{
        width: 35px;
        margin-top: 1%;
        margin-left: 1%;
    }
    span{
        width: 6%;
        margin-right: -1%;
    }
    .main-image p{
        font-size: 70%;
        line-height: 130%;
    }
    h1{
        font-size: 25px;
    }
    h2{
        font-size: 20px;
    }
}
@media screen and (max-width: 430px){
    .main-image{
        margin: 5%;
    }
    a{
        font-size: 10px;
    }
    h1{
        font-size: 20px;
    }
    h2{
        font-size: 10px;
    }
    .main-image p{
        font-size: 10px;
        letter-spacing: 0;
    }
    .about-text p{
        font-size: 10px;
    }
    .img-redes-sociais{
        width: 20px;
        margin: 0 0 -1.5px 0;
    }
}