* {
    margin: 0;
    padding: 0;
}

.login {
    background-color: rgb(226, 102, 19);
    color: white;
    border-radius: 10px;
    padding: 15px;
    font-size: 20px;

}

img {
    height: 40px;
    float: left;
   
}
   

header {
    background: rgb(3, 33, 97);
    padding: 15px 0;
    position: sticky;
    top: 0;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px;
}

nav {
    float: right;
    padding: 0 30px;
}

.devices{
    text-decoration: none;
}

nav li {
    display: inline-block;
}

nav a {
    text-decoration: none;
    color: black;
    margin: 0 30px;
    font-size: 25px;
    line-height: 40px;
}

.container::after {
    content: "";
    clear: both;
    display: block;
}

nav a:hover {
    color: rgb(211, 85, 26);
}

.login:hover {
    background: rgb(211, 85, 26);
    color: white;
}

.add_header {
    background: rgb(11, 41, 105);
    border-bottom: 1px solid black;
    text-align: center;
    padding: 20px 0;
}

.slogan {
    font-size: 40px;
    font-style: italic;
    margin: 30px 0;
}

.button {
    background-color: rgb(226, 102, 19);
    font-size: 20px;
    text-align: center;
    width: 160px;
    padding: 15px;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    position: relative;
    top: 30px;
}

.add_header .container {
    height: 200px;
}

.articles {
    float: left;
    width: 80%;
    padding: 10px;
}

.article {
    padding: 20px;
    margin: 10px 0;
}

.article::after {
    content: "";
    clear: both;
    display: block;
}

.article_text {
    float: left;
    width: 60%;
    margin-left: 50px;
}

.heading {
    font-size: 35px;
    color: rgb(190, 86, 0);
}

.desc {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0;
}

.date {
    font-size: 15px;
    color: gray;
    margin-top: 10px;
}

.article_img {
    width: 30%;
    height: 30%;
    float: right;
}

.article_img img {
    width: 100%;
    height: 100%;
}

footer{
    max-width: 3000px;
    width: 100%;
    background: rgb(11, 41, 105);
    height: 300px;
}

 .li{
    color: white;
}
.slogan{
    color: white;
    font-family:'Times New Roman', Times, serif;
}

.contacts{
    font-size: 50px;
    color: white;
    margin-left: 20px;
   font-family:'Times New Roman', Times, serif ;
}








.body{
    background: rgb(40, 40, 243);
}

form{
    border: 1px solid rgb(255, 255, 255);
    width: 500px;
    height: 450px;
    margin-left: 400px;
    margin-top: 75px;
    border-radius: 13px;
    background-color: white;
}

input{   
    margin-top: 40px;
    width: 400px;
    height: 35px;
    margin-left: 50px;
}

.p-form{
    position: absolute;
    margin-top: 35px;
    margin-left: 50px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

form h1{
    margin-left: 200px;
    margin-top: 30px;
    font-family: 'Times New Roman', Times, serif;
}

button{
    
    color: white;
    font-size: 17px;
    border: 1px solid cornflowerblue;
    margin-top: 40px;
    width: 400px;
    height: 35px;
    margin-left: 50px;
    background-color: cornflowerblue;
    border-radius: 10px;
    
}
 button a {
    text-decoration: none;
    list-style: none;
    color: white;
 
 }

.Sign-up{
    margin-top: 15px;
    margin-left: 120px;
}

.sign-up{
    list-style: none;
    text-decoration: none;
    color: blue;
}

.form2{
        border: 1px solid rgb(255, 255, 255);
        width: 500px;
        height: 575px;
        margin-left: 400px;
        margin-top: 10px;
        border-radius: 13px;
        background-color: white;

}






.contacts {
    font-size: 35px;
    font-weight: bold;
}

.social {
    display: flex;
    width: 400px;
    padding: 20px 0;
    justify-content: space-around;
    margin: 0 auto;
}

.social a {
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social a:hover {
    color: rgb(255, 255, 255);
}


.login{
    margin-left: 0px;
}

.dropdown-item { width: 80% !important; }


   