.section_home {
    /*outline: red 1px solid;*/
    height: 97vh;
    width: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    font-size: 54px;
    font-weight: 600;
    line-height: 86px;
}

.showProjects {
    width: 165px;
    height: 55px;
    border-radius: 25px;
    background-color: #ff8400;
    color: #582D1D;
    border: #F5AE73 3px solid;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.fa-arrow-down {
    margin-left: 10px;
}

.aShowProjects {
    width: 165px;
    margin-top: 20px;
}

.gradient_text {
    background-image: linear-gradient(to right, #cc4e00, #d97c34, #e5a565, #f1cb9b, #ffefd6);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}