
*{
	border:0;
	margin:0;
	padding:0;
	}

    main{
        background-color: #1D131D;
        width: 100%;
        height:700px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        text-align: center;
        

    }

    #h3{
       font-size: 50px;
    }


    header {
        width: 100%;
        height: 90px;
    
        display: flex;
        justify-content: space-between;
        align-items: center;
    
        background-color: #291829;
    }
    
    header > a > img  {
        width: 80px;
        margin-left: 1.5%;
    }
    
    header > .menu {
        width: 85%;
        margin-right: 1%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
    }
    
    header > .menu > .nav {
        width: 40%;
    } 
    
    header > .menu > .nav > a {
        margin-left: 20px;
        text-decoration: none;
        color: #FFF;
    }
    
    header > .menu > .logIn {
        display: flex;
        font-family: 'Poppins', sans-serif;
    
    }
    
    header > .menu > .logIn > a {
        margin: 15px;
        text-decoration: none;
        color: #FFF;
    }
    
    @media screen and (max-width: 766px) {
        @media screen and (min-width: 426px){
    
            header > a > img {
                width: 50px;
            }
    
            header > .menu {
                font-size: 12px;
            }
    
            header > .menu > .nav > a {
                font-size: 12px;
            }
    
        }
    }
