*{
    padding: 0;
    margin: 0;
}
body{
    background:black;  
}
    .container{
        background: url('img/background.jpg');
        width: 1024px;
        height: 915px;
        margin: 20px auto;
    }
        .box{
            width: 500px;
            height: 500px;
            margin: 0px auto;
            background-color:rgba(255, 255, 255, 0.466);
            position: relative;
            top: 175px;
            padding: 10px 10px;
            text-align: center;
        }
        #reset{
            position: relative;
            left: 475px;
            top: 265px;
            background-color: purple;
            color: white;
            border: none;
            padding: 10px 20px;
        }
        img{
            width: 100px;
            height: 100px;
            margin:5px 10px;
        }
