body{
    
    margin: 0;
    font-family: "Arial",sans-serif;
    background:linear-gradient(120deg, #000000,#6b4668);
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
}

header{
    text-align: center;
    padding: 30px;
}

.foto{
    width: 150px;
    height: 150px;
    border-radius:50%;
    border: 4px solid #fff; 
}
header img:hover{
    transform: scale(1.05);
    box-shadow: 0 4px 10px #ff6cce94;
}

header h1{
    font-family: "Cookie", cursive;
    margin: 15px 0 5px;
    font-size: 50px;
}

header h2{
    font-family: "DynaPuff", system-ui;
    
}
main{
    display: flex;
    flex-direction: column;
    
    gap: 20px;
    max-width: 400px;

}
footer{
    font-size: 13px;
    opacity: 50%;; 
}

.card{
    background-color: #ff86ef44;
    border-radius: 25px;
    padding: 20px;
    width: 200px;
    margin: 20px;
    height: 100px;
    
}
.card2{
    background-color: #ff86ef44;
    border-radius: 25px;
    padding: 20px;
    width: 200px;
    margin: 20px;
    height: 150px;
    
}

.card2:hover{
    transform: scale(1.05);
    background-color: #d66eae;
    box-shadow: 0 4px 10px #ff6cce94;
}


.card2 a{
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    background-color: #d66eae8f;
    transform: scale(1.05);
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin: 5px 5px;
}

.card:hover{
    transform: scale(1.05);
    background-color: #d66eae;
    box-shadow: 0 4px 10px #ff6cce94;
}


.card a{
    color: #fff;
    display: inline-block;
    padding: 2px 20px;
    background-color: #d66eae8f;
    transform: scale(1.05);
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin: 2px 5px;
}

.eu{
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: #e48dc3b0;
    padding: 2px 20px;
    border-radius: 25px;
    margin: 20px;
}

.gostos{
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: #e48dc3b0;
    padding: 2px 20px;
    border-radius: 25px;
    margin: 20px;
}

.velas{
    display: flex;
    justify-content: center;
}



