@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');

body{
    color: black;
    background-color: #000000;
}

h1{
    font-family: "Silkscreen";
    text-align:center ;
    color: #f1d1d1;

}

h2{
    font-family: "Silkscreen";
    font-size: 40px;
    text-align:center ;
    color: #f1d1d1;
    position: absolute;
    top: 20%;
    left: 34%;
}
p{
    font-family: "Silkscreen";
    font-size: 30px;
    text-align:center ;
    color: #f1d1d1;
    position: absolute;
    top: 33%;
    left: 14%;

}
a{

    color: rgb(255, 254, 254);
    background-color: rgb(223, 109, 109);
    border: none;
    width: 340px;
    height: 100px;
    border-radius: 50px;
    font-size: 70px;
    font-family: "Silkscreen";
    text-align: center;
    margin-bottom: 100px;
    position: absolute;
    top: 70%;
    left: 40%;
}
a:link {
     text-decoration: none;

}

img{
    width: 350px;
    height: 380px;
    position: absolute;
    top: 160px;
    left: 900px;

}