body{
    width: 800px;
    height: 600px;
    /*background-color: azure;*/
    background-image: url(../img/bg_flag.png);
    background-repeat: no-repeat;
    font-family: 'MS UI Gothic', Osaka, sans-serif;
}

.navbar{
    background-color: black;
    color: white;
    padding: 5px 5px
}

.navbar li{
    display: inline;
    padding: 0px 10px;
}

.navbar a{
    color: white;
}

.welcome{
    width: 400px;
    font-family: Tahoma;
    font-size: 30px;
    letter-spacing: 10px;
    font-weight: 600;
}

.welcome-AN{
    color:indianred;
    letter-spacing: 0px;
    font-size: 67px;
}

.welcome-txt{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}

.mail{
    max-width: 300px;
}

.mail p{
    /*background-color: darkblue;*/
    background: repeating-linear-gradient(
      #7080B1,
      #7080B1 1px,
      #515481 1px,
      #515481 2px
    );
    border-radius: 5px 50px 0px 0px;
    font-family: Tahoma;
    color: white;
    font-weight: 600;
    padding: 5px 15px;
    margin-bottom: 0;
}

.mail li{
    background-color: lavender;
    list-style: none;
    padding: 5px;
}


.m-sender{
    font-weight: 600;
}

.m-mail{
    background-color: lavender;
    padding-bottom: 5px;
    border-radius: 0px 0px 5px 5px;
}