.title {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

.all {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    background-color: aliceblue;
    }


.topnav {
    background-color: #333;
    overflow: hidden;
    padding-bottom: 3px;
    
}
  
  
.topnav a {
    float: center;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 36px;
    text-decoration: none;
    font-size: 27px;
  }
  
 
.topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  

.topnav a.active {
    background-color: rgb(99, 99, 100);
    color: white;
  }


.table, th, td {
    border: 1px solid;
    background-color: azure;
  }

.th {
    font-style: italic;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding: 6px;
}

.td {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding: 6px;
}

      
      .form input[type=text], select {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
      }
      
      .form input[type=submit] {
        width: 100%;
        background-color: rgb(116, 116, 235);
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: solid;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s,
        color 0.2s;    
        transition: box-shadow 0.2s;
      }
      
      .form input[type=submit]:hover {
        background-color: white;
        color: rgb(116, 116, 235);
        color: rgb(116, 116, 235);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25)
      }
      
      .div {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
        width: 800px;
        margin-top: 20px;
        margin-bottom: 20px;
      }


 .box-1 {
    font-size: 50px;
    font-weight: bold;
    font-family: bermuda;
    color: black;
    width: 775px;
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    Padding-top: 5px;
    padding-bottom:5px;
    background-color: rgb(229, 238, 252);
     

    }

.box-2 {
      margin-top: 60px;
      font-size: 25px;
  
  }

.box-3 {
    Padding-left: 10px;
    Padding-top: 45px;
            
    }
    
.box-4 {
      font-style: italic;
      font-size: 25px;
      padding-top: 30px;
      padding-bottom: 10px;
  }

  
  .facebook { 
    font-size: 14px;
    background-color: rgb(116, 116, 235);
    color: white;
    border: none;
    height: 54px;
    width: 100px;
    border-radius: 28px;
    border-style: solid;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    transition: background-color 0.2s,
        color 0.2s;    
    transition: box-shadow 0.2s;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;		

}

.facebook:hover {
    background-color: white;
    color: rgb(116, 116, 235);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.facebook:active {
    background-color: rgb(116, 116, 235);
    color: white;
}


.youtube {
    font-size: 14px;
    background-color: red;
    color: white;
    border: none;
    height: 46px;
    width: 100px;
    border-radius: 23px;
    cursor: pointer; 
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    transition: opacity 0.2s;
    transition: box-shadow 0.2s;

}

.youtube:hover {
   opacity: 0.7;
   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);

}

.youtube:active {
    opacity: 0.9;
}

     
.twitter { 
    font-size: 14px;
    background-color: rgb(116, 116, 235);
    color: white;
    border: none;
    height: 54px;
    width: 100px;
    border-radius: 28px;
    border-style: solid;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    transition: background-color 0.2s,
        color 0.2s;    
    transition: box-shadow 0.2s;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;		

}

.twitter:hover {
    background-color: white;
    color: rgb(116, 116, 235);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.twitter:active {
    background-color: rgb(116, 116, 235);
    color: white;
}


.instagram {
    font-size: 14px;
    background-color: red;
    color: white;
    border: none;
    height: 46px;
    width: 100px;
    border-radius: 23px;
    cursor: pointer; 
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    transition: opacity 0.2s;
    transition: box-shadow 0.2s;

}

.instagram:hover {
   opacity: 0.7;
   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);

}

.instagram:active {
    opacity: 0.9;
}

.block {
   display: inline-block;
}