*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Cal Sans", sans-serif;
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    overflow-x: hidden;
    background: #0B1D29;
    /*background: linear-gradient(#2b1055, #7597de);*/
}
section{
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(to top, #0B1D29, transparent);
    z-index: 11;
}
section img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section img#Front-Godzilla{
    z-index: 10 ;
}
table{
    border: white 7px double;
    width: 100%;
}
th, td {
    padding-right: 30px;
    padding: 3px;
    color: #dfdfdf;
    border: white 2px solid;
}
table tr td a { text-decoration: underline #d49ba7; color: #F8D9DE;}
.featurette-divider{
    color: white;
}
#titulo{
    position: absolute;
    right: -15px;
    color: #fff;
    white-space: nowrap;
    font-size: 7vw;
    z-index: 9;
    text-shadow: 4px 4px 2px black;
}
.introducction{
    position: relative;
    padding: 100px;
    background: #000;
    border: white 7px double;
    width: 100%;
}
.introducction h2{
    font-size: 3.5em;
    margin-bottom: 10px;
    color: #fff;
}
.introducction h3{
    font-size: 2.2em;
    margin-bottom: 10px;
    color: #fff;
}
.introducction p{
    font-size: 1em;
    color: #dfdfdf;
}
.introducction img{
    width: 75%;
    border-radius: 5px;
    border: white 2px solid;
    padding: 5px;
}
.reggae-one-regular {
    font-family: "Reggae One", system-ui;
    font-weight: 400;
    font-style: normal;
}  
  .cal-sans-regular {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  