
*{
    margin: 0;
    padding: 0;
    color-scheme: dark;
}
/*.main{
    width: 100%;
    background-color: black;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}
.icon{
    width: 200px;
    float: left;
    height: 70px;
}
.logo{
    color:limegreen;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;
    margin-top: 15px;
}
.menu{
    width: 400px;
    float: left;
    height: 70px;
}
ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}
ul li a{
    text-decoration: none;
    color: white;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}
ul li a:hover{
    color: orange;
}
.search{
    width: 330px;
    float: left;
    margin-left: 270px;
}
.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid orange;
    margin-top: 13px;
    color: #fff;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.btn{
    width: 100px;
    height: 40px;
    background: orange;
    border: 2px solid orange;
    margin-top: 13px;
    color: white;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    transition: 0.2s ease;
    cursor: pointer;
}
.btn:hover{
    color: #000;
}
.btn:focus{
    outline: none;
}
.srch:focus{
    outline: none;
}
.content{
    width: 1200px;
    height: auto;
    margin: auto;
    color: white;
    position: relative;
}
.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
}
.content h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}
.content .cn{
    width: 160px;
    height: 40px;
    background: orange;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
}
.content .cn a{
    text-decoration: none;
    color: #000;
    transition: .3s ease;
}
.cn:hover{
    background-color:#fff;
}
.content span{
    color: orange;
    font-size: 65px;
}
.form{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%, rgba(0,0,0,0.8)50%);
    position: absolute;
    top: -20px;
    left: 870px;
    transform: translate(0%, -5%);
    border-radius: 10px;
    padding: 25px;
}
.form h2{
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color: orangered;
    font-size: 22px;
    background-color:gainsboro;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}
.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid orange;
    border-top: none;
    border-right: none;
    border-left: none;
    color:#fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}
.form input:focus{
    outline: none;
}
::placeholder{
    color:beige;
    font-family: Arial;
}
.btnn{
    width: 240px;
    height: 40px;
    background: orange;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    transition: 0.4s ease;
}
.btnn:hover{
    background: white;
    color: orange;
}
.btnn a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.form .link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-right: 20px;
    text-align: center;
}
.form .link a{
    text-decoration: none;
    color: orange;
}
.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.icons a{
    text-decoration: none;
    color: #fff;
}
.icons ion-icon{
    color: #fff;
    font-size: 30px;
    padding-left: 14px;
    padding-top: 5px;
    transition: 0.2s ease;
}
.icons ion-icon:hover{
    color: rgb(144, 21, 144);

}
Mine*/
main{
    width: 100%;
    height: 100%;
    
    
}
body, html {
    height: 100%;
    background-color: black;
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.container{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 10%;
    margin-left: 0;
    margin-right: 0;
}
.left{
    width: 60%;
    height: 100%;
    color: yellowgreen;
}

h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Gambetta', serif;
    letter-spacing: -3px;
    transition: 700ms ease;
    font-variation-settings: "wght" 311;
    margin-bottom: 0.8rem;
    color: rgb(210, 218, 122);
    outline: none;
    text-align: center;
  }
  
  h1:hover {
    font-variation-settings: "wght" 582; 
    letter-spacing: 1px;
    cursor: pointer;
  }
h3{
    color: rgb(251, 249, 247);
    margin-left: 10%;
}
.right{
    width: 35%;
    height: 250px;
    text-align: center;
    display: block;
    position: absolute;
    right: 10%;
    color: chartreuse;
    border-radius: 10px;
    background-color: rgb(17, 17, 17);
}
.right:hover{
    background-color: rgb(37, 38, 38);
    margin-left: 5px;
    margin-top: 5px;
}
.right h2{
    margin-top: 8%;
    justify-self: flex-start;
}
.button{
    display: flex;
    align-content: center;
    justify-content: center;
    justify-self: flex-end;
    padding-bottom: 30px;
}
.right a{
    border: 3px solid rgb(38, 39, 40);
    border-radius: 3px;
    margin: 10%;
    align-self: baseline;
    border: 2px solid  chartreuse;
    border-radius: 5px;
}
.right button:hover{
    background-color: rgb(12, 41, 71);
    color: yellow;
    margin-left: 1px;
    margin-top: 1px;
}
.navbar-brand{
    color: orange;
}
@media screen and (max-width: 600px) { /*Search "media query mdn"*/
        .container{
            display: block;
        }
        .right{
            height: 50%;
            width: 90%;
            margin-left: 5%;
            margin-bottom: 10%;
        }
    }