
*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

a {
    /* Places underlines below the descenders */
    text-underline-position: under;


    /* Sets the thickness as a percentage of the font size */
    text-decoration-thickness: 8%;
}

label,
button,
select,
summary,
[type=radio],
[type=submit],
[type=checkbox] {
    cursor: pointer;
}

body {
    background-image: url(/style/00146-3741468843_c1.jpg);
    background-color: lightgrey;
    background-repeat: repeat;
}

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    text-align: center;
    background-color: white;
    border: 1px solid black;
    border-style: ridge;
    font-size: 40px;
    min-width: 8em;
    min-height: 3em;
}
