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

img{
    display: block;
    width: 100%;
    height: auto;
}

html { 
    scroll-behavior: smooth; 
}

body{

    background: url(images/bg800bulbs.jpg);
    font-size:16px
}

.layout{
   
    max-width: 50vw;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 0.5rem;
    height: fit-content;
}




header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
}

header img{
    width: 35px; height: 35px;
    float: left;
    margin: 20px;
}

a{
    text-decoration: none;
    color: black;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0px 20px 0px 0px;
}

article{

    padding:20px;
}

h2{
    font-size: 18px;
}

article p{
    font-family: 'Supreme', sans-serif;
    margin: 20px 0px;

}

article img{

    width: 210px; 
    height: 210px;
    float: right;
    margin: 10px;
    border-radius: 0.5rem;
}



button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #898484 solid;
    border-radius: 2rem;
    background-color: #e4e4e4;
    width:200px;
    height: 35px;
    margin: 40px auto;
    font-size: small;
}


h3{
    margin: 20px;
}

section{
    background-color: #b6d1cb;
    margin: 0px 20px;
    display: inline-block;
    margin-bottom: 28px;
}

.container{
    width: 99%;
    background-color: #f9fffe;
    float: right;
    border: 1px #b6d1cb solid;
    font: 18px Arial, Helvetica, sans-serif;
    color: #373131;
    padding-top:15px;   
}



section img{
    width:160px; height: 160px;
    float: left;
    margin:0px 15px 25px 15px;
}

footer{
    background-color: #e27228;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
    