#header{
        width:100%;
        height:80px;    
        background:Darkblue;
        position:absolute;
        
        }
        
#content{
        
        width:100%;
        height:100%;    
        background:navy;
        display: flex;
        justify-content: center;
        align-items: center;
        }

.column{
        margin-top: 20px;
        float: left;
        position: relative;
        width: 30%;
        height: 100%;
        
        }

.column {
        border: 1px solid black;
        border-radius: 10px;
        float: left;
        width: 40%;
        padding: 10px;
        text-align: center;
        }
              
html{
        height:100%;
        }

body{
        height: 100%;
        margin: 0;
        }

h1{
        position:absolute;
        left:600px;
}

h2{
        border: 2px solid black;
        padding: 5px;
        margin: 0;
        border-radius: 5px;
        margin-bottom:20px;
}
.h2-btn{
        background-color: darkblue;
        border: none;
        color: white;
        text-align: center;
        padding: 14px 0;
        margin: 20px 40px;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
}
h2:first-child {
        margin-top: 10px;
        margin-bottom: 20px;
      }
button{
  
    border-width: 0;
    font-weight: bold;
    cursor: pointer;
    }
.button{
    border-width: 0;
    font-weight: bold;
     background-color: navy;
        border: none;
        color: white;
        text-align: center;
        padding: 14px 0;
        margin: 20px 0px;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        width: 80%;
}

.button__share {
   border-width: 0;
    font-weight: bold;
     background-color: white;
        border: none;
        color: #242424;
        text-align: center;
        padding: 14px 0;
        margin: 20px 0px;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        width: 80%;
}
.row::after{
        content:"";
        clear:both;
        display:table;
    }
.modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
      }
.modal-content {
        background-color: #fefefe;
        margin: 10% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
      }
.close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }
.close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }

table {
        border-collapse: collapse;
      }
      
th {
        text-align: center;
        padding: 10px;
        border: 1px solid black;
      }
      
td {
        text-align: center;
        padding: 10px;
        border: 1px solid black;
      }


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}


h1 {

    font-size: 48px;
    font-weight: 700;
}

h2 {
    font-size: 26px;
}


h3 {
    font-size: 18px;
}

.container{
    padding: 80px 0;
}
.row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}


nav {
    height: 80px;
    display: flex;
    margin-top: 20px;
}

.nav__container {
    width: 100%;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.logo {
    width: 220px;
}

ul {
    display: flex;
}

li {
    list-style-type: none;
}

.feature__title {
    font-weight: 700;
}

.nav__links {
    display: flex;
    align-items: center;

}

.nav__link {
    margin-left: 16px;
    text-decoration: none;
    font-size: 16px;
    color: #0033a1;
    font-weight: none;
    padding: 8px;
    font-weight: 500;
}

.nav__link:hover {
    text-decoration: underline;
}

.nav__link--primary {
    border: 2px solid rgba(100,21,255);
    border-radius: 4px;
}

 .nav__link--primary:hover {
    text-decoration: none;
 }

 .sign__up {
    border: 2px solid #0033a1;
    border-radius: 20px;
    margin-left: 12px;
 }  
 .sign__up--color {
    color: #0033a1;
    display: flex;
    align-items: center;  
    margin: 0 5px;
}

.sign_menu {
    display: flex;
}

.fa-bars {
    color: #0033a1;
    padding-top: 10px;
    padding-left: 10px;
}


.section__one {
  display: flex;
  flex-direction: column;
}

#contact-content{
  font-size: 1.5em;
}



.tweet-container {
  display: flex;
  flex-direction: column;
}

.tweet {
  display: flex;
  margin-bottom: 20px;
}

.tweet img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.tweet-content {
  display: flex;
  flex-direction: column;
}

.tweet-content h3 {
  margin: 0;
}

.share-form {
  border-radius: 999px;
  background-color:#0033a1;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
  
}

.dropdown-content {
  margin-top: 10px;
}

.share-form h3 {
  margin-bottom: 20px;
}

.share-form label {
  display: block;
  margin-bottom: 10px;
}

.share-form input[type="text"],
.share-form select,
.share-form input[type="url"],
.share-form textarea {
  width: 100%;
  padding: 2px 0px;
}

.server-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.server {
  background-color: #f0f0f0;
  border-radius: 5px;
  margin: 20px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 300px;
  text-align: center;
}

.server h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.server p {
  font-size: 16px;
  margin-bottom: 20px;
}

.join-btn {
  background-color:#0033a1;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
}

.chat {
  display: none;
  margin-top: 20px;
  text-align: left;
}

.chat h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.message {
  margin-bottom: 
    /*Margin-bottom needs a value */
}