.body {
    background-color: red;
}

p {
    position: center;
    margin: 0;
    top: 105px;
    right: 5px;
    color: white;
  }

.main-website{
    position: center;
    font-size: 50px;
    color: cornflowerblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-size: 500px;
    background-color: black;
    block-size: 100%;
    text-align: center;
    top: 100px;
    font-style: italic;
    font-style: bold;

    border-bottom: black;



}

h1 {
    font-size: 2rem;
    letter-spacing: -1px;
    position: absolute;
    margin: 0;
    top: -4px;
    right: 5px;
  
    color: transparent;
    text-shadow: 0 0 4px white;
  }
  

.canvas[resize] {
    width: 100%;
    height: 100%;
}