header .container{
    background-color: rgba(0, 0, 0, 0.69);
    width: 1490px;
    height: 110px;
    border-style: solid;
    border-color: rgb(1, 19, 19);
    box-shadow: inset 0 0 10px rgb(0, 0, 0);
    
    
}
header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    left: 1150px;
    top: 50px;
    font-size: 17px;
}

header li {
    margin-left: 20px;
}


.caixa1{
    position: absolute;
    background-color: rgba(25, 23, 23, 0.768);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 370px;
    border-radius: 10px;
    border-color: black;
    border-style:solid;
    box-shadow: inset 0 0 10px rgba(218, 223, 185, 0.371);
    margin: 150px;
    margin-left: 612px;
    

}

/*estilo*/

.instagram{
    position: absolute;
    top:102px;
    color: aliceblue;
    left: 116px;
    font-size: 15px;
}


.isaac{
    position: absolute;
    left: 50px;
    top: 15px;
    color: rgb(223, 225, 226);
    font-size: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform:uppercase;
    color: #ffffff7c;
}

li a{
    color:#ffffff7c;
    font-size: 17px;
    font-style: italic;
    text-decoration: none;
    
}

li a:hover{
    text-decoration: underline;
    color: rgba(247, 247, 247, 0.823);
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-image: url(IMG/background2.jpg);
    background-repeat: no-repeat;
    background-position: auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 120vh;
    
    
}

.contatos{
    position: absolute;
    left: 700px;
    top: 170px;
    font-size: 30px;
}

.insta{
    position: absolute;
    height: 39px;
    top: 340px;
    left: 748px;
    transition: 0.4s ease;
}

.git{
    position: absolute;
    height: 50px;
    top: 427px;
    left: 743px;
    transition: 0.4s ease;
}

.G{
    position: absolute;
    height: 35px;
    top: 525px;
    left: 749px;
    transition: 0.4s ease;
}

.insta:hover{
    transform: scale(1.1);
    filter: sepia(100%) hue-rotate(90deg) saturate(200%);
}

.Git2{
    position: absolute;
    top: 193px;
    left: 126px;
    color: #eaecef;
    font-size: 16px;

}

.Gtext{
    position: absolute;
    color: #ffffff;
    top: 280px;
    left: 126px;
    font-size: 16px;
}

.git:hover{
    transform: scale(1.1);
}

.G:hover{
    transform: scale(1.1);
}

main{
    flex: 1 1 0;
    border: 0;
}

footer{
    background-color: #333333a4; 
    color: #fff; 
    text-align: center; 
    padding: 10px 10px; 
    position: relative; 
    bottom: 0;
    width: 1475px; 
    font-size: 14px;

}
