*{
    padding: 0;
    margin-top: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 500px;
    background-color: #764DFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
       
    
}
img{
    width: 200px;
    height: 200px;
}

h1{

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    color: yellow;
}
p{
    font-size: 35px;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}