
@font-face {
    font-family: 'Tasa-regular';
    src: url('tasa-orbiter-font-family-1733116631-0/TASAOrbiterText-Regular-BF64891cba384f3.otf');
}
@font-face {
    font-family: 'Tasa-medium';
    src: url('tasa-orbiter-font-family-1733116631-0/TASAOrbiterText-Medium-BF64891cb9e8a75.otf');
}
@font-face {
    font-family: 'Tasa-bold';
    src: url('tasa-orbiter-font-family-1733116631-0/TASAOrbiterText-Bold-BF64891cba00f5b.otf');
}
@font-face {
    font-family: 'Tasa-semibold';
    src: url('tasa-orbiter-font-family-1733116631-0/TASAOrbiterText-SemiBold-BF64891cba09cfc.otf');
}



*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    background-color: #ACC8E5;
    scroll-behavior: smooth;
}
body{
    font-family: 'Tasa-regular';
    line-height: 1;
    font-weight: 400;
    color: #555;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5rem;
}
.btn-hero{
    display: flex; /* Use flexbox to align icon and text */
    align-items: center; 
    justify-content: center;
    text-decoration: none;
    font-family: Tasa-regular;
    font-size: 2rem;
    color: #cccccc;
    background-color: #011f41;
    border: 0.2rem solid rgb(234 180 30 );
    padding: 1.2rem 1.2rem;
    /* width: 25rem; */
    margin-top: 2.5rem;
    border-radius: 7px;
    pointer-events: auto;
    z-index: 200;

}
.btn-hero:hover, .btn-hero:active{
    color: rgb(234 180 30 ); 
    border: 0.2rem solid #ccc;

}

.btn-svg{
    width: 2.6rem !important;
    height: 2.6rem !important;
    margin-right: 0.3rem;
    font-weight: 800;
    color: rgb(234 180 30 );
}
.resume-img{
    width: 75%;
}
@media (max-width: 60em) {
    .resume-img{
        width: 90%;
    }
  }