      @font-face{
        font-family:"dos";
        src: url(https://swy1ox.neocities.org/main_folder/dosfont.ttf) format("opentype");
      }
      
      body{
       background: black; 
       overflow: hidden;
      }
      
      #Title{
       background-color: #C4C4C4;
       padding: 1px;
       margin: 1.35% 1% 0% 1%;
      }
      
      p{
      color: white;
      padding-left: 18px;
      font-size: 24px;
      font-family: 'dos'; 
      }
      
      .footertext {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px 0;
        margin: 0 auto;
        width: 100%;
      }
      
      .footer {
        display: flex;
        justify-content: space-between;
        background-color: #C4C4C4;
        padding: 5px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto; 
        margin: 0; 
        z-index: 100; 
      }
      .footer-item {
        flex: 0;
        text-align: center;
      }
      .footer-item:last-child {
        text-align: right;
        margin-right: 4px;
      }
      
      h1{
        color: #222;
        -webkit-font-smoothing: none;
        font-family: dos;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
      }
      
      #chosingweb {
       color: white;
       text-align: left;
       position: relative;
       left: 90px;
       bottom: 2px;
       width: 70%;
      }
      
      #chosingweb p {
      margin: 5px 0;
      padding: 2px 5px;
      cursor: default;
    }
    
    #chosingweb p.selected {
      background-color: #808080;
      outline: 1px dotted white;
    }