body {
    background: whitesmoke;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 'sans-serif';
    width: 100%;
    font-size: 24px;
    line-height: 1.5em;
    color: black;
    max-height: 1vh;
    overflow: hidden;
}
h1{
    font-size: 28px;
}
.title_text{
    color: white;
    margin-left: 1%;
}
.main{
    height: 10vh;
    max-width: 600px;
    margin: auto;
}
.top{
    display: flex;
    height: 70px;
    background-color: #ff8c00;
}
.action_box img{
    height:50px;
    margin:10px;
}
.title_text{
    font-size: 35px;
    line-height: 0;
    margin-top:auto;
    margin-bottom: auto;
}
.result{
    background-color: white;
    width:8.5%;
    height: 8%;
    aspect-ratio: 1/1;
    margin:auto;
    margin-bottom: 1%;
    border-radius: 15px;
    box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
    position:relative;
}
.info{
    display: flex;
}
.result a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
  }
.result img{
    width: 90%;
    aspect-ratio: 1/1;
    margin: 5%
}
.date{
    margin: 5px;
}
.number{
    margin: 5px;
}
.title{
    font-size: 35px;
    margin: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.viewer{
    margin: auto;
    width: 98%;
    height: 100%;
}
.content{
    margin: 5%;
    text-align: center;
}
.view_links_top{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.view_links_bottom{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 50px;
}
.set{
    margin:auto;
}
.set p{
    margin:2%;
}
.btn{
    width: 30%;
    margin-right: auto;
}
.header{
    width: auto;
    background-color: aqua;
}
