:root {
    --main-acent-color: #00ccff;
    color: white;
    padding: 0px;
    margin: 0px;
}


body {
    background-color: rgb(59, 59, 59);
    font-family: sans-serif;
    text-align: center;
}

.tag_tech {
    border-radius: 5px;
    padding: 5px;  
}

#tech_tag_div {
    margin-bottom: 10px;
    border-bottom: rgb(100, 97, 97) solid 1px;
    display: inline-block;
}

h1 {
    border-bottom: var(--main-acent-color) solid;
    display: inline-block;
    margin: 2px;
}

h2 {
    font-weight: 100;
    margin-bottom: 7px;
}


.btn-grad {
    background-image: linear-gradient(to right, #00ccff 0%, #0084ff 51%, #77A1D3  100%);
    margin: 10px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    border-radius: 10px;
    border: none;
  }

  .btn-grad:hover {
    background-position: bottom center;
    color: #fff;
    text-decoration: none;
  }
 

hr {
    border: rgb(87, 85, 85) 1px solid;
    width: 85%;
    margin: 2% auto

}

.github_button {
    background: none;
    outline: rgba(112, 108, 108, 0.856) solid 2px;
    color: white;
    padding: 9px;
    border-radius: 10px;
    border: none;
    transition: 0.3s;
    margin-top: 5px;
}

.github_button:hover {
    background-color: rgba(245, 245, 220, 0.034);
}

#note {
    color: rgb(161, 159, 159);
    padding: 10px;
}
