* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container{
    background-color: white;
}

nav{
    display: flex;
    margin-top: 2rem;

}

.page-list{
    list-style: none;
    display: flex;
    gap: 2rem;
    margin-left: 33rem;
    margin-top: 0.9rem;
}

li a{
    text-decoration: none;
    color: hsl(236, 13%, 42%);
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
    font-size: 0.87rem;
}

li a:hover{
    color: hsl(35, 77%, 62%);
}

.logo{
width: 65px;
height: 40px;
margin-left: 6.5rem;
}


.web3-img{
    width: 60%;
}

.section1{
    display: flex;
    margin-top: 2rem;
    position: relative;
}

.right{
    background-color: hsl(240, 100%, 5%);
    width: 300px;
    height: 459px;
    padding: 20px;
    position: absolute;
    left: 48.5rem;
    
}

.new{
    font-size: 2rem;
    color: hsl(35, 77%, 62%);
    font-family: "Inter", sans-serif;
    margin-top: 0.8rem;
}

.headlines{
    margin-bottom: 2rem;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
}

.headlines-3{
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
}

.headtext{
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
}

.headtext:hover{
    color: hsl(35, 77%, 62%);
    cursor: pointer;
}

.left{
    margin-left: 6.5rem;
}

.subdiv{
    display: flex;
}

.div1{
margin-top: 1rem;
}

.bright{
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 3rem;
    color: hsl(240, 100%, 5%);
  
}

.div2{
    margin-top: 2rem;
    margin-left: 6rem;
}

.dive{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: hsl(236, 13%, 42%);
    line-height: 1.5rem;
}

button{
    margin-top: 1.5rem;
    color: white;
    background-color: hsl(5, 85%, 63%);
    padding: 10px 35px;
    text-transform: uppercase;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 3px;
}

button:hover{
    background-color: hsl(240, 100%, 5%);
    cursor: pointer;
}

.newsfeeds{
    margin-top: 3rem;
    margin-left: 6.5rem;
    display: flex;
    list-style: none;
    margin-bottom: 0.8rem;
}

.no1, .no2, .no3{
    display: flex;
}

.imgs{
    width: 28%;
    height: 84%;
}

.texts{
    margin-left: 1rem;
}

.figure{
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: hsl(233, 8%, 79%);
}

.heads{
    font-size: 0.8rem;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: hsl(240, 100%, 5%);
    margin-top: 0.7rem;
}

.heads:hover{
    color: hsl(5, 85%, 63%);
    cursor: pointer;
}

.descriptions{
    margin-top: 0.7rem;
    font-size: 0.8rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: hsl(236, 13%, 42%);
    line-height: 1.6rem;
}

.no2{
    margin-left: -3.5rem;
    margin-right: 0.9rem;

}

.no3{
    margin-left: -2.8rem;
}