body{
    background-color: #F3F2EB;
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}

.header{
    display: flex;
    gap: 0px;
    position: relative;
}

.credit{
    position: absolute;
    top: 4px;
    right: 8px;
    z-index: 100;
    cursor: pointer;
    background-color: #8D89EF;
    color: #F3F2EB;
}

.ig{
    position: fixed;
    bottom: 20px;
    right: 8px;
    z-index: 100;
    cursor: pointer;
    background-color: #8D89EF;
    color: #F3F2EB;
}

.title, .subtitle{
    border: 1px solid #000000;
    border-right: none;
    padding: 4px 8px;
    width: auto;
}

.description{
    border: 1px solid #000000;
    padding: 4px 8px;
    flex: 1;
    color: #8D89EF;
}

form{
    display: flex;
    gap: 4px;
    padding: 20px;
    background-color: #F3F2EB;
}

input[type="text"] {
    padding: 4px 8px;
    border: 1px solid #000000;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    background-color: #F3F2EB;
    width: auto;
}

button[type="submit"] {
    padding: 4px 8px;
    background-color: #F3F2EB;
    border: 1px solid #000000;
    cursor: pointer;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
}

button[type="submit"]:hover {
    background-color: #8D89EF; 
}

.squirrel{
    position: relative;
}

.squirrel summary{
    position: absolute;
    padding: 4px 0;
    top: 20px;
    right: 20px;
    color: #000000;
    background-color: #F3F2EB;
    border: none;
    cursor: pointer;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    text-decoration: underline;
}

.squirrel video{
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 1000;
    border: 4px solid #8D89EF;
    height: auto;
    width: 530px;
}

table{
    border-collapse: collapse;
    width: calc(100% - 40px);
    margin: 20px auto;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
}

th, td{
    border: 1px solid #000000;
    padding: 4px 8px;
    font-weight: normal;
}
