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

.nav-link:hover{
    color: hsla(54, 100%, 41%, 0.842);
}

.search_bar{
    height: 30px;
    width: 100%;
    border-radius: 50px;
    outline: none;
    border: 2px solid hsl(0, 0%, 0%);
    margin-right: -30px;
}

.btn0{
    height: 30px;
    width: 40%;
    outline: none;
    border: none;
    color: hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 0%);
    font-weight: 700;
    border-radius: 50px;
}

.main{
    background: url(FS/jacob2.avif)no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: 50% 30%;
    width: 100%;
}

.main h1{
    font-size: 3rem;
    color: hsl(0, 0%, 100%);
    font-weight: 700;
}

.btn1{
    height: 30px;
    width: 90%;
    border: none;
    outline: none;
    color: hsl(0, 0%, 0%);
    font-weight: 700;
    border-radius: 5px;
}

.main #mns:hover{
    color: hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 0%);
}

.main #wns:hover{
    color: hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 0%);
}

body a{
    text-decoration: none;
    color: hsl(0, 0%, 0%);
    font-weight: 700;
}

.card-group .card-body{
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
}

.card-group .card-body:hover{
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
}

.labels{
    font-weight: 700;
}

.rounds{
    width: 100%;
    height: 100vh;
}

.rounds img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 10px solid hsl(0, 0%, 0%);
}

.rounds img:hover{
    border-color: hsl(348.66,75.23%,57.25%);
}

.rounds {
    display: inline;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.brand{
    font-weight: 700;
}

.logos{
    display: inline;
}

.new{
    background-color: hsl(0, 0%, 86%);
    color: hsl(0, 0%, 0%);
    font-weight: 700;
}

.btn2{
    min-height: 30px;
    width: 100px;
    background: hsl(0, 0%, 0%);
    margin-left: -10px;
    border: 2px solid hsl(0, 0%, 0%);
    font-weight: 600;
    color: hsl(0, 0%, 100%);
}

.new input{
    height: 30px;
    width: 55%;
    border: 2px solid hsl(0, 0%, 0%);
    outline: none;
    background: hsl(0, 0%, 100%);
    color: rgb(0, 0, 0);
    margin-top: 20px;
    font-weight: 600;
}

.Socails{
    margin-left: 10%;
    margin-right: 20%;
}
.Socails a{
    display: inline;
    font-size: 300%;
}
.rights{
    margin-left: 10%;
    margin-right: 20%;
}
