*{ box-sizing: border-box; }

body{
  background-color: rgba(253, 255, 237);
  /*background-image: url('../images/bg.png');*/
  background-image: url('../images/circlepattern.svg');
  background-attachment: fixed;
  background-position: center; 
}

#logo{
	margin-top: -15px;
	margin-left: -15px;
	width: 100px;
}


  .sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #e4fdfb;
  position: fixed;
  height: 100%;
  overflow: auto;
    color: white;
  }
 
 @media (min-width:550px){
  .sidebar{
    position: fixed;
  	left:0;
  	top:0;
  }
  body{ padding-left: 170px; }
  #logo{ width: 200px; }
}
  
  .sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
  }
  
  .sidebar a.active {
  background-color: rgb(71, 204, 191);
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #9bf8f0;
}

@media screen and (max-width: 550px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
  }
  
  @media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}


@media(max-width: 550px) {
  #digital a {
    margin-left: 0 auto;
    float: none;
    display: block;
    text-align: center;
  }
}

@media(max-width: 550px) {
  #traditional a, h4, p{
    margin-left: 0 auto;
    float: none;
    display: block;
    text-align: center;

  }
}


@media(max-width: 550px) {
  #video a, h4, p{
    margin-left: 0 auto;
    float: none;
    display: block;
    text-align: center;

  }
}



@media(max-width: 550px) {
  #design a, h4, p{
    margin-left: 0 auto;
    float: none;
    display: block;
    text-align: center;

  }
}

@media(max-width: 550px) {
  #animation a, h4, p{
    margin-left: 0 auto;
    float: none;
    display: block;
    text-align: center;

  }
}

@media(max-width: 550px) {
  #digital a, h4, p{
    margin-left: 0 auto;
    float: none;
    display: block;
    text-align: center;

  }
}




.text-block{
  background-color: rgb(71, 204, 191);
  color: white;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0px 5px 5px rgba( 0, 0, 0, 0.3);
}

.about-me{
  background-color: rgb(71, 204, 191);
  color: white;
  width: 100%;
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-top: 2px;
  box-shadow: 0px 5px 5px rgba( 0, 0, 0, 0.3);
}

#about img{
  position: center;
  
  padding-left: 15px;
}

.me{
  columns: 2;
  text-align: justify;
  margin: 0 auto;

}

@media (max-width:650px){
  .me{
    columns: 1;
    text-align: center;
  }
}

.about-me h2{
  text-align: center;
}

@media (max-width:650px){
  #about img {
    display: none;
  }
}



#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(204, 71, 126); /* Set a background color */
   
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    
}

#myBtn a{
   color: white; 
    text-decoration: none;/* Text color */
  }

#myBtn:hover {
    background-color: rgb(71, 204, 191);
    text-decoration: none;
     /* Add a dark-grey background on hover */ /* Add a dark-grey background on hover */
}