.tech-header{
    background-image: url(/images/backgroundtech.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-top: 120px;
    padding-bottom: 30px;
}

.tech-title{
    color: white;
    font-size: 50px;
    font-family:'Bebas Neue';
}

.tech-div{
    padding: 20px 0;
}

.tech-name{
    color: #071D59;
    font-size: 45px;
    font-family:'Bebas Neue';
    line-height: 30px;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .tech-name {
    text-align: center;
    }
  }

.tech-job{
    color: #0dcaf0;
    font-size: 25px;
    font-family:'Barlow Semi Condensed';
    font-style: italic;
}

@media only screen and (max-width: 800px) {
    .tech-job {
    font-size: 22px;
    text-align: center;
    }
  }

.tech-text{
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
}

@media only screen and (max-width: 800px) {
    .tech-text {
    font-size: 12px;
    }
  }

.img-div{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

@media only screen and (max-width: 600px) {
    .img-div {
    padding: 20px 0 0 0;
    }
  }

.tech-img{
    border-radius: 10px;
    max-height: 250px;
    box-shadow: 0px 0px 10px 7px rgb(0 0 0 / 15%);
}

.tech-line{
    border: 1.5px solid #071D59;
    border-radius: 5px;
    opacity: 1;
}

.tech-right{
    text-align: right;
}

.cot-buttom{
    background-color: #0dcaf0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 15px;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    padding: 15px 15px;
    transition: 0.5s;
}

.cot-buttom:hover{
    background-color:#071D59;
    color: white;
}