html,body{
    margin: 0;
    height: 100%;
    width: 100%;
}
.bgmain{
    position: relative;
    font-family: Arial;
    margin-top: -1.5%;

}
.mainhead{
    background-color: orange;
    display: block;
    height: 67px;
    
    
}
.textbox{
    position: absolute;
    height: 320px;
    bottom: 100px;
    right: 700px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;

}
.headerfont{
float: right;
margin-right: 255px;
margin-top: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: bolder;
font-size: 16px;
cursor: pointer;
}
.logo{
    float: left;
    margin-left: 100px;
}
.redbutton{
    background-color: rgb(216, 7, 7);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    display: inline;
    height: 50px;
    width: 120px;
    border-radius: 2px;
    cursor: pointer;
}
.redbutton:hover{
    background-color: white;
    color: black;
}
.logo2{
    width: 40px;
    height: 40px;
    padding-left: 50px;
}
.box1{
    padding-left: 30px;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}
.box2{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;  
    font-weight: bold;
    color: red; 
    width: 300px;

}
.fourbox{
    background-color: rgb(219, 216, 216);
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.boxi{
    width: 150px;
    height: 150px;
    background-color: aliceblue;
    border: .1px white;
    padding: 55px;
    
}
.news{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;

}
.imgnews{
    width: 380px;
    height: 245px;
}
.newsind{
    width: 150px;
    height: 150px;
    background-color: aliceblue;
    border: .1px white;
    align-items: center;
    margin-right: 250px;
    margin-top: 50px;
    box-shadow: 10px 10px rgb(100, 100, 100);
}
.new1{
    color: rgb(153, 145, 145);
}
.new2{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    font-weight: bolder;    
    font-size: 19px;
    width: 350px;

}
.container{
    background-color: orange;
    margin-top: 360px;
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.redagain{
    background-color: rgb(216, 7, 7);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    display: inline;
    height: 50px;
    width: 120px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
}
.redagain:hover{
    background-color: black;
}
.one{
    font-family: Graphik-Bold,Helvetica,Arial,sans-serif;
    font-size: 32px;
    font-weight: bolder;
}
.two{
    font-family: monospace;
    font-size: 15px;

}
.final{
    margin-top: -2%;
    background-color: black;
    height: 500px;
    color: white;
    display: flex;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    justify-content: space-evenly;
    align-items: flex-start;
}
.base{
    font-size: 21px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.logolast{
    background-color: black;
    display: flex;
}
.logoone{
    width: 30px;
    height: 30px;
}
.logoadj{
    margin-left: 100px;
    margin-top:-140px;
}
.climax1{
    background-color: black;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 12px;
    
}
.indotext{
    display: flex;
    margin-left: 70px;
    margin-top: -80px;
}
.climax2{
background-color: black;
height: fit-content;
display: flex;
color: white;
}
.lasst{
    margin-left: 575px;
}
.copyr{
    margin-left: 70px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
}

