﻿


}
/* 
#body {
    background-color: #212121;
  
}


 
#logo {
    width: 40px;
    height: 40px;

    
}
#icon {
   
    display: flex;
    align-items: center;
    justify-content: flex-start !important; 
  
}

#nav {
    display: flex; 
    justify-content: flex-end;
    align-items: center; 
    border-radius: 10px;
    border: 1px solid black;
    width: 80%;
    margin: auto;
    background-color: #363636;
    padding: 10px;
}

    

#aboutus {
    font-size: 18px;
    text-decoration: none;
    color: white;
    float: right;
    margin: 5px;
    border-radius: 30px;
    background-color: #212121;
    transition: ease 0.3s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#information {
    font-size:18px;
    text-decoration: none;
    color: white;
    float: right;
    margin: 5px;
    border-radius: 30px;
    background-color: #212121;
    transition: ease 0.3s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#govegan {
    font-size: 18px;
    text-decoration: none;
    color: white;
    float: right;
    margin: 5px;
    border-radius: 30px;
    background-color: #212121;
    transition: ease 0.3s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#contactus {
    font-size: 18px;
    text-decoration: none;
    color: white;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    background-color: #212121;
    transition: ease 0.3s;
    margin: 5px;
}


#logolink {
    text-decoration:; 
}

a:hover {
    color: white;
    background-color: #434343 !important;
    transition: ease 0.3s;
}


#firstblock {
 
    margin-top:100px !important;
    border: 1px black solid;
    width: 80%;
    height: 100px;
    margin:auto;
}
    */
