
h1{
    color: rgb(60, 85, 212);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
    text-align: center;
    font-size: 65px;
}

body{
    background-color: rgb(199, 225, 248);
    justify-content: center;
    text-align: center;
}

p{
    text-align: center;
    color: rgb(60, 85, 212);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
    font-size: 25px;
}

button {
    justify-content: center;
    text-align: center;
    width: 15%;
    height: 25%;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 30px;
    border-radius: 15px;
    background-color: aliceblue;
    color:  rgb(60, 85, 212);
    border-radius: 10px;
    border: 4px double rgb(60, 85, 212);
    border-style: outset;
}
button:hover{
    background-color: rgb(208, 225, 242);
    border-radius: 10px;
    border: 4px double rgb(101, 119, 211);
    border-style: inset;
    transition: all 0.2s;

}

img{
    display: inline-flex;
    position: absolute;
}

.empty{
    display: inline-block;
    height: 500px;
    width: 100%;
    margin: 10px;
    border: 3px rgb(128, 156, 227) solid;


}

.fill{

    display: inline-block;
    /*position: absolute;
    justify-content: center; */
} 

.hold {
    border: solid gray 4px;
}

.hover {
    background-color: rgb(0, 132, 255);
    border-style: dashed;

}

.invisible{
    display: none;
}

#slay{
    display: inline-block;
    height: 400px;
    width: 50%;
    margin: 10px;
    border: 3px rgb(128, 156, 227) solid;
    background-color: aliceblue;
    text-align: center;
} 

#bruh{
    background-image: url('backgrounds/2.jpg'); 
    background-size: contain;
}


p:hover{
    color: rgb(60, 85, 212);
    text-shadow: 0 0 25px #ffffff, 0 0 25px #ffffff;
}

h1:hover{
    color: rgb(60, 85, 212);
    text-shadow: 0 0 25px #ffffff, 0 0 25px #ffffff;
}