<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.meeko{
    width: 20%;
    height: 20%;
    position: absolute;
    left: 15%;
    top: 10%;
    border-color: #FA06A4;
}

.minion{
    width: 20%;
    height: 20%;
    position: absolute;
    left: 10%;
    top: 52%;
    border-color: #FA06A4;
}

.jack{
    width: 20%;
    height: 20%;
    position: absolute;
    left: 20%;
    top: 70%;
    border-color: #FA06A4;
}

.bambi{
    position: absolute;
    width: 20%;
    height: 20%;
    left: 42%;
    top: 40%;
    border-color: #FA06A4;
}
.timon{
    position: absolute;
    width: 20%;
    height: 20%;
    left: 65%;
    top: 10%;
    border-color: #FA06A4;
}

.aladdin{
    position: absolute;
    width: 20%;
    height: 20%;
    left: 75%;
    top: 28%;
    border-color: #FA06A4;
}
.dory{
    position: absolute;
    width: 20%;
    height: 20%;
    left: 65%;
    top: 70%;
    border-color: #FA06A4;
}

.yep{
    position:absolute;
    color:purple;
    left: 34%;
    top:20%;
    font-size: xx-large;
}
table {
    position:absolute;
    height:40%;
    width:20%;
    left: 40%;
    top: 40%;
	margin: 0 auto;
	background-color: #F4D03F;
	border-collapse: separate;
	border-spacing: 0px;
	border-radius: 14px;
    border-top:none;
    text-align: center;
    border: solid 3px black;
    font-size: x-large;
}

td {
	border: solid 3px black;

}

td:last-child {
	border-right: none;
    border-bottom: none;
}
td:first-child {
	border-left: none;
}
.mot{
    background-color: #D4AC0D;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-top:none;
    
}
</pre></body></html>