body{
  margin: 20;
  font-family: 'Courier New', Courier, monospace;
  background-color: #1a1a1a;
  color: #ffffff;
  
}

.logo{
  display: inline-block;
  margin: 0;
  height: 80px;
  width: auto;
}

.logo img{
  height: 80px;
}

.header-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.nav-menu{
  display: flex;
  gap: 30px;
}

.nav-menu a{
  text-decoration: none;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  font-size: 20px;
}

.social-buttons{
  display: flex;
  gap: 15px;
  margin-left: auto;
  margin-right: 30px;
}

.social-buttons img{
  width: 40px;
  height: 40px;
}

.active{
  color: #ffffff;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 50px;
  font-size: 20px;
}

.active:hover{
  color: #49c231;
}

.active:active{
  color: #1c4713;
}

.header{
  background-image: url(deneme.jpg);
  border: 5px double #232323;
  border-right: 5px groove #9a9a99;
  border-top: 5px groove #9a9a99;
  border-bottom: 5px groove #9a9a99;
  margin-top: 30px;
  height: 120px;
  width: 1300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  margin: 30px auto 0;
}

.main{
  background-color: #666666;
  border: 5px double #232323;
  border-right: 5px groove #9a9a99;
  border-top: 5px groove #9a9a99;
  width: 1000px;
  height: 1200px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 425px;
  padding: 5px;
}

.title1 {
  background-image: url(arkaplanmor.jpg);
  background-color: #021f01;
  border: 3px solid #000000;
  border-left: 3px groove #9a9a99;
  border-bottom: 3px groove #9a9a99;
  height: 30px;
  width: 180px;
  padding: 5px;
  color: #cccccc;
  font-size: 30px
}

.textbox1 {
  border: 3px solid #0a0a0a;
  background-color: #222222;
  width: 960px;
  height: 120px;
  padding-left: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.title2 {
  background-image: url(arkaplanmor.jpg);
  background-color: #021f01;
  border: 3px solid #000000;
  border-left: 3px groove #9a9a99;
  border-bottom: 3px groove #9a9a99;
  height: 30px;
  width: 130px;
  padding: 5px;
  color: #cccccc;
  font-size: 25px
}

.title3 {
  background-image: url(arkaplanmor.jpg);
  background-color: #021f01;
  border: 3px solid #000000;
  border-left: 3px groove #9a9a99;
  border-bottom: 3px groove #9a9a99;
  height: 30px;
  width: 220px;
  padding: 5px;
  color: #cccccc;
  font-size: 25px
}

.drawings{
  margin-left: 20px;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  overflow: scroll;
  height: 225px;
  width: 900px;
  background-color: #0a0a0a;
  margin-bottom: 15px;
  margin-top: 20px;
}

.drawings img{
  width: 350px;
  height: auto;
}

.writings{
  margin-left: 20px;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  overflow: scroll;
  height: 210px;
  width: 900px;
  background-color: #0a0a0a;
  margin-bottom: 15px;
  margin-top: 20px;
}

b{
  font-family: 'Courier New', Courier, monospace;
  color:#49c231;
}

a{
  color: #49c231;
}