*
{
    margin: 0;
    padding: 0;
}

.container
{
    /* background-color: aliceblue; */
    align-content: center;
    
}

 table
{
    border: none;
    /* display: flex; */
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 70%;
    z-index: -10;
    padding: 0%;
}

td
{
    
    height: 100px;
    width: 100px;
    background: inherit;
    /* background-color: palevioletred; */
    text-align: center;
    position: relative;
}

#info 
{
	position: absolute;
	top: 10px;
	width: 100%;
  	text-align: center;
  	margin-left: 44%;
	margin-top: 1%;
  	z-index: 100;
	display:block;
	/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

#homeBtn1
{
    color: powderblue;
    text-decoration: none;
    background: inherit;
	/* border: rgb(214, 0, 186); */
	border: powderblue;
    border-style: solid;
    text-align: center;
    padding: 14px 25px;
    display: inline-block;
	border-radius: 50px;
    /* margin-top: 10px;
    margin-left: 1220px; */
}

#homeBtn1:hover
{
	color: rgb(12, 63, 60);
    text-decoration: none;
    background: inherit;
    border: rgb(12, 63, 60);
    border-style: solid;
    text-align: center;
    padding: 14px 25px;
    display: inline-block;
    border-radius: 50px;
}

.modal-open
{
    padding: 8px 16px;
    background: rgb(255, 247, 0);
    color: white;
    /* border-radius:  4px; */
    outline: none;
    border: none;  

    border: none;
    padding: 25px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transform: rotate(45deg);
    box-shadow: 0 0px 5px 5px rgba(255, 247, 0, 0.5);
    background: url(tiles/feelingsPic.png);
}

.modal-open:hover
{
    z-index: 1;
    transform: scale(1.2);
    transform: rotate(45deg);
    padding: 35px 35px;
    box-shadow: 0 0px 20px 20px rgba(255, 247, 0, 0.5), inset 0 0px 0px 0px rgba(255, 247, 0, 0.5);
}

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0, 0.5);
    z-index: 2;
    display: none;
}

.modal-content
{
    background: rgb(255, 252, 160);
    margin-top: 100px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 24px;
    border-radius: 4px;
    z-index: 4;
}

.modal-header
{
    font-weight: 500;
    padding: 10px 0;
    font-size: 26px;
}

.modal-header .modal-close
{
    float: right;
    font-size: 20px;
    background: #efefef;
    border: 0;
    outline: 0;
    padding: 5px;
    border-radius: 50%;
}

.modal-body
{
    color: #000000;
    padding: 15px 0;
}

.modal-footer
{
    padding: 15px 0;
}

.modal-footer .modal-close
{
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 4px;
    color: #1a73e8;
}

#overlay
{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    z-index: -15;    
}

#myVideo 
{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -20;
}



