* {
    margin: 0; padding: 0; border: 0;
    box-sizing: border-box;
}

body {


        text-align: center;
        background-image: url(../images/board.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        text-align: justify;
        background-attachment: fixed;
        background-position: center;
        

}





h1 {
    text-align: center;
    color: cadetblue;
        background-image: url(../images/#.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 130px 0px;
        text-shadow: 3px 3px black;
        font-size: 50px;
        border: 3px black dotted;
    }
    .logo {
        width: 220px; 
        height: 200px;
        
        border-radius: 15%;
        background-image: url(../images/logosbthumb.jpg);
        background-repeat: no-repeat;
        background-size: contain;
       
    }

    #nav1 {
        color: orangered;
        border:solid 3px teal;
        font-size: 20px;
    }
    
    #navhome {
        color: orangered;
        border:solid 3px teal;
        font-size: 30px; 
        width: 20px;
    }

    .container {
        float: right;
        border: 4px solid #008b8b;
            margin: 8px; padding: 8px;
            padding-left: 30px;
    }


     footer {
        padding: 150px 0px;
        color: #222;
        border: 4px solid #008b8b;
        margin: 8px; padding: 8px;
        background-color: tomato;
        font-weight: bold;
        }
        

        .box2{
            background-color:cyan;
        }