*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #3e2e84;
}

nav div a img{
    margin-left: 15px;
    margin-right: 15px;
    width: 120px;
    height: 50px;
}

.header{
    width: 100%;
    height: 100vh;
    padding: 5% 8.5%;
    position: relative;
}

.text-box{
    margin-top: 15%;
    letter-spacing: 1px;
    line-height: 26px;
}

.text-box h2{
    font-style: oblique;
    font-size: 40px;
}

.text-box h1{
    font-size: 75px;
    font-family: 'Lobster';
    line-height: 120px;
}

.auto-input{
    font-family: 'Lobster';
    font-size: 75px;
    color: #6376d0;
}

.about{
    width: 100%;
    height: 100vh;
    padding: 2% 8.5%;
    position: relative;
}

.container-about{
    margin-top: 15%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}

.subtitle{
    font-family: 'Lobster';
    font-size: 75px;
    color: #6376d0;
}

.profile-picture{
    width: 380px;
    border-radius: 100px;
    border-style: outset;
    border-color: #6376d0;
    background-color: #ffd66e;
    position: relative;
    right: 5%;
    bottom: 15%;
}

.subtitle-about{
    font-weight: bold;
    margin-top: 40px;
}

.button-about{
    font-size: 14px;
    font-weight: 600;
    color: #3e2e84;
    background-color: aliceblue;
    border-radius: 30px;
    width: 120px;
    height: 50px;
    border-style: outset;
    border-color: #3e2e84;
    margin-bottom: 7px;
}

.button-about:hover{
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-color: #ffd66e;
    border-radius: 30px;
    width: 120px;
    height: 50px;
    border-style: none;
    margin-bottom: 7px;
}

.skill{
    width: 100%;
    height: 100vh;
    padding: 5% 8.5%;
    position: relative;
}

.container-skill{
    margin-top: 5%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}

.box-skill{
    background-color: #ffd66e;
    text-align: center;
    width: 300px;
    height: 300px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 70px;
    border-style: outset;
    border-color: #3e2e84;
}

.subtitle-skill{
    color: white;
    font-size: 25px;
    font-weight: 700;
    padding-top: 55px;
}

.paragraph-skill{
    color: white;
    font-size: 17px;
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    padding-right: 30px;
}

.box-skill:hover{
    background-color: #6376d0;
    color: aliceblue;
    text-align: center;
    width: 300px;
    height: 300px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 60px;
    border-style: none;
}

.design-packaging{
    width: 100%;
    height: 100vh;
    padding: 5% 8.5%;
    position: relative;
}

.container-design-packaging{
    margin-top: 3%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}

.paragraph-design{
    margin-top: 30px;
}

.subtitle-design{
    font-weight: bold;
    margin-top: 40px;
}

.image-packaging{
    height: 500px;
    margin-left: 50px;
    margin-top: 30px;
    border-radius: 30px;
    border-style: outset;
    border-color: #6376d0;
}

.design-movie{
    width: 100%;
    height: 100vh;
    padding: 5% 8.5%;
    position: relative;
}

.container-design-movie{
    margin-top: 3%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}

.movie-poster{
    height: 550px;
    margin-left: 150px;
    margin-top: 30px;
    border-style: outset;
    border-color: #6376d0;
}

.illustration{
    width: 100%;
    height: 100vh;
    padding: 5% 8.5%;
    position: relative;
}

.container-illust{
    margin-top: 3%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}

.paragraph-illust{
    margin-top: 30px;
}

.slider{
    height: 480px;
    display: flex;
    margin-left: 30px;
    margin-top: 30px;
}

.slider img{
    height: 100%;
    border-style: outset;
    border-color: #6376d0;
}

.controller{
    width: 120px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
}

.controller img{
    width: 45px;
    cursor: pointer;
    padding: 5px;
}

.gallery{
    width: 100%;
    padding: 5% 8.5%;
    position: relative;
}

.container-gallery{
    margin-top: 3%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}

.container-gallery div h1{
    margin-bottom: 50px;
}

.image-gallery{
    height: 300px;
    margin: 30px 10px;
    display: grid;
    align-items: center;
    justify-items: auto;
    border-style: outset;
    border-color: #3e2e84;
}

.layer{
    width: 100%;
    height: 0%;
    background: linear-gradient(transparent, #3e2e84);
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    transition: height 0.3s;
}

.contact{
    width: 100%;
    height: 100vh;
    padding: 5% 8.5%;
    position: relative;
}

.container-contact{
    margin-top: 15%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}

.paragraph-contact{
    margin-top: 30px;
}

.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #6376d0;
    display: inline-block;
    transition: transform 0.5s;
}
.social-icons a:hover{
    color: #ffd66e;
    transform: translateY(-5px);
}

.image-contact{
    height: 550px;
    position: relative;
    right: 5%;
    bottom: 20%;
    left: 30%;
}

.footer{
    height: 150px;
    background-color: #3e2e84;
}

.footer p{
    padding-top: 20px;
    color: white;
}