.text{

    align-items: center;
    text-align: center;
    margin: 100px 100px 100px 100px;

}

.logo{

    
    position: relative;
    top: 20px;
    left: 20px;
}

.flower{
    position: fixed;
    right: 0;
    bottom: 0;
}

body{
    background-color: black;
}
h1{
    color: aliceblue;
}
p{
    color: aliceblue;

    font-size: 40px;
    stroke: black;
    stroke-width: 10px;
}

a{
    position: right;
}