*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

html{
    font-size: 60%;
    overflow-x: hidden;
}

body{
    background-color: #000000;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4rem 12% 4rem;
    background: rgb(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

#home a{
    color: rgb(255, 255, 255);
}

#projetos a{
    color: rgb(255, 255, 255);
}

#projetos a:hover{
    color: rgb(255, 0, 98);
}

#hobbies a{
    color: rgb(255, 255, 255);
}

#hobbies a:hover{
    color: rgb(255, 0, 98);
}

#contatos a{
    color: rgb(255, 0, 106);    
    text-decoration: underline;
}

#contatos a:hover{
    color: rgb(255, 0, 98);
}

.logo{
    font-size: 3rem;
    font-family: 'sedgwick ave', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.logo:hover{
    transform: scale(1.1);
    color: rgb(255, 0, 106);
}

.logo span{
    text-shadow: 0 0 25px rgb(255, 0, 106);
}

.logo b{
    color: rgb(255, 0, 106);
}

.navbar{
    font-size: 1.8rem;
    color: white;
    display: flex;
}

.navbar p{
    margin-left: 4rem;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.navbar p:hover{
    color: rgb(255, 0, 106);
    transition: 0.4s;
    transform: scale(1.1);
    cursor: pointer;
}

/** navbar e header final**/

.foto-amanda img{
    width: 28vw;
    box-shadow: 0 0 25px rgb(255, 0, 106);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.foto-amanda img:hover{
    box-shadow: 0 0 25px rgb(255, 0, 106),
                0 0 40px rgb(255, 0, 106),
                0 0 80px rgb(255, 0, 106);
}

.foto-amanda{
    margin-top: 12%;
    margin-left: 15%;
    margin-right: 950px;
}

.contacts{
    color: white;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 47%;
    margin-top: -20%;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item p {
    margin: 0;
}

.contact-item img {
    width: 35px;
}

.contacts p{
    color: white;
    font-family: 'rubik', sans-serif;
    font-size: 2.2rem;
}

.contacts a{
    color: white;
}

.com{
    text-decoration: underline;
}
