* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Menu */

.content {
    padding: 30px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    
}

nav {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
}

nav>a {
    color: rgb(196, 145, 124);
    font-size: 25px;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: justify;
    margin-right: 60px;
}

.logo {
    position: relative;
    text-align: center;
    margin-right: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

/* Text */

h1 {
    Color: rgb(196, 145, 124);
    font-size: 40px;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
}

h2 {
    color: rgb(196, 145, 124);
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}


h3 {
    color: rgb(196, 145, 124);
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}


a {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    box-align: center;

    text-decoration: none;

    background: white;

    color: rgb(196, 145, 124);

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;

    border-radius: 4px;
}

p {
    color: black;
    line-height: 20px;
    text-align: justify;

    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    box-align: center;
}

/* portfolio */

.galery-port {
    display: flex; 
    justify-content: space-between;
    width: 95%; 
    margin: auto;
    grid-gap: 10px;
    padding: 40 0;
    width: auto;
    height: 480px;
}

.images {
    flex: 0.5; 
    margin: 0 50px;
    margin-right: 50px; 
    text-align: center; 
}

.galery-port img {
    width: 100%; 
    height: auto; 
    border-radius: 8px; 
}


.dicover {
    color: white;
    font-size: 100px;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto light', sans-serif;
    box-align: center;
    text-align: center;

    text-decoration: none;

    background: rgb(196, 145, 124);

    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}

.content-textport{

    background-color: rgb(196, 145, 124); 
    height:170px;
    border-radius: 10px;
    text-align: center;
    
    
}

.textport{

    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    
}

.one{

    color: white;
    line-height: 20px;
    text-align: center;
    line-height: 1.2em;

    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    box-align: center;
}

/* About me */

.aboutme {
    background-color: rgb(245, 241, 236);
}

.content-aboutme {
    display: flex;
    justify-content: space-evenly;
}

.content-text p {
    padding: 0px 0px 30px 95px;
    font-weight: 300;
    text-align: justify;
}

.content-text{

    padding: 50px 0px 30px 30px;
}

.two{
    color: rgb(196, 145, 124);
    line-height: 23px;
    text-align: justify;

    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    box-align: center;

    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}

.three{
    color: black;
    line-height: 23px;
    text-align: justify;

    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    box-align: center;
}

.button-chat{

    padding: 10px 0px 30px 95px;
    font-weight: 300;
    text-align: center;
}
.chat {
    color: white;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto light', sans-serif;
    box-align: center;
    text-align: center;

    text-decoration: none;

    background: rgb(196, 145, 124);

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}

/* footer --> tutorial */

.footer{
    width: 100%;  

}

.footer .group-1{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
    margin-right: 120px;
}
   
.footer .group-1 .box figure{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: left;
    align-items: left;
    

}

.footer .group-1 .box figure img{
    width: 250px;
    padding-top: 5px;
    padding-bottom: 10px;

}

.book {
    color: white;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    font-family: 'Roboto light', sans-serif;
    box-align: center;
    text-align: center;

    text-decoration: none;

    background: rgb(196, 145, 124);

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}

