body {
    background-color: #344a72;
    font-family: "Roboto", sans-serif;
    background-image: url('https://cdn.discordapp.com/attachments/1158795535730348217/1238182029410177025/360_F_252328387_7fbJjg1d0LCqgiYbEzJ1HdlTgnHmqPVn.png?ex=66444920&is=6642f7a0&hm=6df3e94245fd8f274f9fc98e6904fcc0b34a1c06feb26de9b551de1b40412a54&');
    background-size: cover;
    background-position: center;
  }

h1 {
    color: white;
}

h2 {
color: white;
}

h3 {
    color: white;
}

  h4 {
color: white;
font-size: 19;
  }

  a {
    color: white;
    font-size: 18;
  }

  p {
    color: white;
  }

  [type="button"] {
    width: 150px;
    height: 35px;
    margin-top: 20px;
    border: none;
    background-color: #5645f7;
    color: white;
    font-size: 18px;
  }