
h1{
    font-size: 90px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(221, 211, 211);
    text-align: center;
    margin-top: 7%;
}
button{
    border-radius: 50px;
    background-color: rgb(51, 208, 216);
    color: aliceblue;
    padding: 3% 5%;
    font-size: 25px;
    color: antiquewhite;
    /* background: linear-gradient(rgb(255,228,196), rgb(30, 21, 84)); */
    /* box-shadow: 0px 1px 4px -2px #333; */
    /* text-shadow: 0px -1px #333;   */
    animation: glow1 2s ease-in-out infinite;
    margin-top: 38%;
    margin-left: 40%;
}
 .landingpage{
    /* display: flex; */
    flex-direction: row;
}
body{
background-repeat: no-repeat;
background-size:cover;
background-image:-webkit-linear-gradient(rgb(6, 6, 43),rgb(17, 113, 138));
height: 100;
background-image: url(images/many.jpg);
}
.gold{
    height: 100vh;
}
.welcome{
    margin-left: 36%;
    margin-right: 36%;
    margin-top: 5%;
    color: black;
}
h2{
    color: antiquewhite;
    font-size:35px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:  rgb(231, 239, 239);
    margin-left: 20%;
    margin-top: 30%;
}
a{
    text-decoration: none;
    color: white;
}












