
#content{
    background-color: rgba(255, 0, 0, 0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
    text-align: center;

}
#content div{
    background-color: rgba(0, 255, 255, 0);
    width: 100%;
    margin: 20px 0;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#content div h1{
    background-color: rgba(0, 255, 255, 0);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Inconsolata", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    color: gold;
    text-shadow:2px 2px 32px gold;
}

#content div h2{
    background-color: rgba(0, 128, 128, 0);
    border-radius: 30px;
    color: gold;
    border: 2px solid gold;
    width: 80%;
    min-height: 200px;
    height: auto;
    display: flex;
    overflow: hidden;
    /* align-items: center; */
    flex-direction: column;
}
#content div p{
    padding: 90px;
}
.content p{
    margin-bottom: 20px;
    padding: 30px;
}

.coll{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(0, 255, 255, 0);
    height: auto;
}
.collaps{
    width: 80%;
    color: gold;
    border: 2px solid gold;
    border-radius: 30px;
    height: auto;
    display: flex;
    overflow: hidden;
    /* align-items: center; */
    flex-direction: column;
    margin-bottom: 40px;
}


.collapsible {
    background-color: rgba(0, 0, 0, 0);
    color: gold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: rgba(255, 217, 0, 0.356);
  }
  
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
  }
  .content p{
    margin-bottom: 20px;
  }
  .resumeBtn{
    /* text-decoration:none; */
    color: gold;
  }
  .skillicon{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    /* background-color: red; */
    /* width: 50px; */
    /* height: 50px; */
    text-align: center;

  }
  .skillicon img{
    /* flex-direction: column; */
    width: 50px;
    height: 50px;
    margin:20px 0;
  }


@media screen and (max-width: 600px) {  
    #content div p{padding: 20px;}
}
