/*Instagarm no celular*/
body{
    background-color: black;
}
main{
    width: 800px;
    height: 735px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-color: rgb(242, 233, 233);
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(242, 233, 233);
}

.celular{
    width:300px;
    height: 600px;
    border: 5px solid deepskyblue;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    margin-top: 30px;
    margin-left: 50px;
    border-radius: 40px;
    background-color: black;
    color: lightgray;
    padding-bottom: 60px;
    padding-top: 0px;
}

.tela-dentro{
    margin-top: 0;
    width: 270px;
    height: 490px;
    border: 1px solid black;
    display: flex;
    justify-content:space-around;
    background-color: white;
    margin: 0;    
}

.corpo-foto{
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.foto-insta{
    width: 250px;
    height: 250px;
    display: flex;
}


#rita:hover{
    border: 1px solid deeppink;
}

#cassia:hover{
    border: 1px solid deeppink;
}

#marsh:hover{
    border: 1px solid deeppink;
}

#lolo:hover{
    border: 1px solid deeppink;
}

.foto-insta:hover{
    border: 2px solid black;
}
.titulo{
    max-width: 60%;
    margin: auto;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    text-align: left;
    color: black;
    line-height: 70%;
    margin-right: 100px;
}

.titulo .foto-nome{
    max-width: 15%;
    border-radius: 50px 50px;
    text-align: left;
}

.perfil-insta{
    max-width: 20%;
    border-radius: 50px 50px;
    display: flex;
    flex-direction:column;
}

.legenda{
    color: black;
    display: flex;
    align-content: space-between;
    font-size: 10px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 18px;
}

.nomes{
    display: flex;
    justify-content: space-around;
    align-items:flex-start;
}

.fotos{
    display: flex;
    justify-content: space-around;
    align-items:flex-start;
    margin-top: 15px;    
}

.topo{
    display: flex;
    justify-content: space-around;
    align-items:flex-start;
    margin-top: 20px;
}

.logo{
    max-width: 30%;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    align-items:flex-start;
    margin-top: 10px;
}

.adicionar{
    max-width: 20%;
    display: flex;
    float: right;
    flex-direction: column;
    justify-self: end;
}

.item-footer{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 5px;
    height: 90px;
}

.coracao{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

p img{
    margin-top: 10px;
    max-width: 10%;
    border-radius: 50px 50px;
}

p img:hover{
    border: 3.5px solid white;
}

.botao{
    margin-top: 10px;
    max-width: 10%;
    border-radius: 50px 50px;
    border: 3px solid white;
    opacity: 20%;
}

.texto{
    display: flex;
    justify-content: baseline;
    font-size: 12px;
    text-align: left;
    color: black;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

.nome{
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    color: black;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

/*Instagram entrar*/

.geral{
    width:300px;
    height: 600px;
    margin-right: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}    

.inicio{
    display: flex;
    width: 330px;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-top: 90px;
    border: 2px solid lightgray;
    border-radius: 5px;
}

.log{
    display: flex;
    width: 50%;
    margin-top: 20px;
}

.perf{
    display: flex;
    border-radius: 100px 100px;
    width: 30%;
}

.cont{
    display: flex;
    text-decoration: none;
    background-color: rgb(74, 161, 195);
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 30px;
    border-radius: 7px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.cont:hover{
    background-color: deepskyblue;
}

.rem{
    display: flex;
    text-decoration: none;
    color: rgb(74, 161, 195);
    margin-top: 20px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.rem:hover{
    color: deepskyblue;
}

.meio{
    text-align: center;
    width: 330px;
    height: 100px;
    background-color: white;
    margin-top: 15px;
    border: 2px solid lightgray;
    border-radius: 5px;   
}

p{
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.trocar{
    text-decoration: none;
    color: rgb(74, 161, 195);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.trocar:hover{
    color: deepskyblue;
}

.inscrever{
    text-decoration: none;
    color: rgb(74, 161, 195);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.inscrever:hover{
    color: deepskyblue;
}

.fim{
    display: flex;
    text-align: center;
    width: 330px;
    height: 200px;
    margin-top: 15px;
    justify-content: space-between;
}

.baixar{
    color: rgb(96, 96, 96);
    margin-bottom: 20px;
    text-align: center;
    margin-left: 30px;
}

.apple{
    display: flex;
    width: 160px;
    height: 40px;
}

.apple:hover{
    border: 2px solid white;
}

.google{
    display: flex;
    width: 160px;
    height: 40px;
}

.google:hover{
    border: 2px solid white;
}

/*Responsivo*/
@media (max-width: 800px) {
    main{
        display: flex;
        flex-wrap: wrap;
        max-width:350px;
        height: 1500px;
        display: flex;
        justify-content: center;
        background-color: rgb(242, 233, 233);
        border-radius: 5px;
        box-shadow: 0 0 10px rgb(242, 233, 233);
    }

    .geral{
        width:300px;
        height: 600px;
        margin-right: 35px;
        margin-left: 0px;
        display: flex;
        justify-content: center;

    }   
    
    .celular{
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        margin: auto;
    }
}