* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 187px;
    color: rgb(0, 0, 0);  
   
    background-color:rgba(132, 73, 199, 0.497);
    background-repeat: no-repeat;
    background-size: cover;
}
header {
    color: darkred;
}
div {
    text-align: center;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 50px;
}

.irish-grover-regular {
    font-family: "Irish Grover", system-ui;
    font-weight: 400px;
    font-size: 35px;
    font-style: normal;
}
.center {
    text-align: center;
  }
.div1 {
    text-align: center;
    display: grid;
    gap: 50px;

}