@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.wrapper {
    background-color: rgb(122, 148, 148);
    color: white;
    height: 100vh;
}

.navigation {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    gap: 50px;
}

.container1 {
    padding: 10px 35px;
    background-color: #07080a;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: x-large;
}

.--btn1 {
    cursor: pointer;
    text-decoration: none;
}

.logo {
    color: white;
    text-decoration: none;
    cursor: pointer;
    word-spacing: 2px;
}

.logo:visited {
    color: white;
    text-decoration: none;
}

.logo:active {
    color: white;
    text-decoration: none;
}

.logo:link {
    color: white;
    text-decoration: none;
}

.--btn1 {
    color: white;
    text-decoration: none;
}

.--btn1:visited {
    color: white;
    text-decoration: none;
}

.--btn1:active {
    color: white;
    text-decoration: none;
}

.--btn1:link {
    color: white;
    text-decoration: none;
}


/* ul {
    display: flex;
    gap: 50px;
    list-style: none;
} */


/* a {
    text-decoration: none;
    color: white;
} */

.--btn1:hover {
    color: gray;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
