body {
     background-image: linear-gradient(to left top, #7d6bd1, #008eec, #00a9ea, #00bed1, #00cdaf, #36cc86, #66c753, #93be00, #b5a600, #cd8c00, #dc6f11, #e15234);

     min-height: 100vh;
}

.container {
    color: white;
    font-family: Helvetica;
    width: 800px;
    margin: auto;
}

h1 {
    text-shadow: 0px 0px 8px white;
  }

.button1, .button2 {
    border-color: transparent;
    border-radius: 7px;
    color: white;
    height: 50px;
    width: 150px;
    font-family: Helvetica;
    font-size: 15pt;
    box-shadow: 2px 2px 8px black;
}
.button1 {
    background: rgb(80, 95, 233);
}

.button2 {
    background: rgb(187, 75, 34);
    margin-left: 20px;
}
p {
    text-align: justify;
    color: white;
    font-family: Helvetica;
}