body{
    background-image: url('img.jpeg');
}

.center{
    text-transform: capitalize;
    color: white;
    height: 100vh;
    width: 100%;
    justify-items: center;
    text-align: center;
    position: relative;
    top: 250px;
    font-family: Arial, Helvetica, sans-serif;
}

button{
    color: white;
    background: blueviolet;
    border-radius: 5px;
    padding: 10px 100px;
    font-family: sans-serif;
    text-transform: none;
    outline: none;
    border: none;
    font-size: 25x;
    font-weight: bold;
}

button:hover{
    background: #db184d;
    font-size: 30px;
}

.my-project{
    background: blueviolet;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: cursive;
    text-transform: none;
    outline: none;
    font-size: 25x;
    font-weight: bold;
    cursor: pointer;
}

