h1{
    font-family: monospace;
    font-weight: 800;
}
#welcome{
    text-align: center;
}
#container{
    display: flex;
    width: 100%;
    margin-top: 40px;
     justify-content: center; 
    flex-direction: column;
}
#btn{
    margin-left: 20%;
}
.row1{
    width: 100%;
    height: 100px;
    position: relative;
}
.boxes3{
    /* border-right: 2px;
    border-top: 2px; */
    width: 100px;
    /* border-right-color: white;
    border-bottom-color: black; */
    border: 2px solid black;
    border-top-color: white;
    border-left-color: white;
    border-style: solid;
    /* margin: 0px; */
    height: 100px;
    display: inline-block;
    padding: 2px;
    position: absolute;
    left: 250px;
}
.boxes2{
    /* border-right: 2px;
    border-top: 2px; */
    width: 100px;
    /* border-right-color: black;
    border-bottom-color: white; */
    border: 2px solid black;
    border-top-color: white;
    border-left-color: white;
    border-style: solid;
    /* margin: 0px; */
    height: 100px;
    display: inline-block;
    padding: 2px;
    position: absolute;
    left: 150px;
}
.boxes1{
    /* border-right: 2px;
    border-top: 2px; */
    width: 100px;
    /* border-right-color: black;
    border-bottom-color: black; */
    border: 2px solid black;
    border-top-color: white;
    border-left-color: white;
    border-style: solid;
    margin: 0px;
    height: 100px;
    display: inline-block;
    padding: 2px;
    position: absolute;
    left: 50px;
}
.innerbox:hover{
    background-color: rgb(240, 222, 197);
    /* border: 1px solid red; */
    /* height: 80px; */
}
