body {
  
 background-image: url('images/backgroundimage/002.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
 img{
  height: auto;
  width: 75px;
  height: 75px;
  margin: 20px;
  }

header {
  background-image: url('images/backgroundimage/001.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #006600;
  padding: 5px;
  text-align: center;
  font-family: 'roboto';
  font-weight: normal;
  font-style: normal;
 
}

    

}



@font-face {
    font-family: 'MyFont';
    src: url('font/Roboto-Light.ttf') format('ttf'),
         url('font/Roboto-Black.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/* Example usage */
body {
    font-family: 'MyFont', sans-serif;
}

h1 {
  font-family: 'roboto';
  font-weight: 600;
  text-align: center;
}

p {
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: 300;
  font-size: 20px;
}

h2 {
  font-size: 30px;
  font-weight: 'bold';
  font-family: 'roboto';
}
h3 {
  font-size: 30px;
  font-weight: 'bold';
  font-family: 'roboto';
}
h4 {
  font-size: 20px;
  font-weight: 300;
  font-family: 'roboto';
}


 nav ul {
    margin: 0;
    padding: 0px;
    text-align: center;
    color: black;
    font-family: "roboto";
    font-size: 25px;
    }
nav ul li {
    display: inline-block;
    margin: 30px;
    font-family: "roboto";
    text-align: center;
    font-size: 25px;
}

nav ul li a {
    text-decoration: none;
    font-family: "roboto";
    font-size: 25px;
    text-align: center;
}


main {
  padding: 20px;
}






ul {
font-size:25px;
}

    .form-group {
      margin-bottom: 20px;
    }

    label {
      display: block;
      font-weight: 'normal';
      margin-bottom: 5px;
    }

    input[type="text"],
    textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      resize: vertical;
    }

    input[type="submit"] {
      background-color: #4CAF50;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      float: right;
    }
    
    
   #image-container {
    
    margin-top: 50px;
    
    display: inline-block;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    height: 30vh;
}

#image {
    width: 175px;
    height: 250px;
}

#name {
    font-size: 20px;
    margin-top: 0px;
    text-align: center;
}
  
  h1 {
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}


  
    

.social-links {
    display: flex;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.social-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.instagram {
    background-color: #c32aa3;
}

.linkedin {
    background-color: #0077b5;
}

.youtube {
    background-color: #ff0000;
}

.social-link i {
    color: #fff;
}





  
  .flip-box {
  background-color: #e6e6e6; /* Change the background color of the flip box */
  width: 300px;
  height: 300px;
  display: inline-block;
  perspective: 1000px;
  border: 20px solid #f1f1f1;
  align-content: center;
}


.flip-box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}



.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  font-size: 25px;
  font-family: 'roboto';
  
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #ffa500; /* Change the background color of the front side */
  color: black;
  text-align: center;
}

.flip-box-back {
  background-color: #6495ed; /* Change the background color of the back side */
  color: white;
  transform: rotateY(180deg);
  text-align: center;
}
  

footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
  text-align: bottom;
}
