body{
    background-image: url('images/Arsime.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h1{
    background-color: #002249;
    color: #F7A549;
    padding: 1vw;
    border-radius: 1vw;
    font-size: 3vw;
}