@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
    background-repeat: no-repeat;
    background-image: url(images/back.png);
    background-position: bottom;
    font-weight: 400;
    font-style: normal;
    font-family: "Press Start 2P", system-ui;
    margin: 0;
}

.open_comcs {
background-image: url(images/head.png);
background-position: center;
background-attachment: fixed;
height: 100vh;
background-repeat: no-repeat;
}

img {
    width: 560px;
}

p {
    margin: 20px auto;
    padding: 10px 30px;
    background-color: rgb(142, 252, 252);
    border-radius: 25px;
    width: max-content;
}

#comics {
    width: 1200px;
    border-collapse: collapse;
    margin: 0 auto;
}

.main {
    position: relative;
    border-top: 5px solid black;
}

tr,td {
    border: 25px solid azure;
    vertical-align: bottom;
}

a {
    background-color: blueviolet;
    color: azure;
    padding: 11px 30px;
    border-radius: 10px;
    position: absolute;
    right: 95px;
    bottom: 35px;
    text-decoration: none;
    display: block;
}