/*
This file contains the style that belongs to base-out.html.
*/

@import url('style.css');

#index-div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 0 auto;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
}
