@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';

pre,p {
    font-family: 'Kanit', sans-serif;
    font-size: 1em;
    font-size:16px;
    color: rgb(255, 255, 255);
}

h2,h1 {
    display: inline;
    font-family: 'Kanit', sans-serif;
    color: rgb(255, 255, 255);
}

a:link {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
  
a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
  
a:hover {
    text-decoration: underline;
}
  
a:active {
    text-decoration: underline;
}

.nowrap {
    white-space: nowrap;
}

.img {
    margin-left: 15px;
    margin-right: 15px;
    width: 2vw;
}

.logo {
    width: 15%;
}

.container {
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url("images/BG-ITA.png");
    border-style: solid;
    border-width: 5px;
    border-color: white;
}

.outline {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
    background-color: #070292;
}

.header {
    margin: 15px;
}