body {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-color: #d9f6ff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

/*
font-family: 'Caveat', cursive;
font-family: 'Fredoka One', cursive;
font-family: 'Rock Salt', cursive;
*/

#top{
    position: relative;
    top:4rem;
} 

h1 {
    /* color:#fff; */
    color:rgb(44, 42, 42);
    font-family: 'Caveat', cursive;
    font-weight: 600;
    text-shadow: 1px 0px 0px rgba(43,160,253,0.1);
}

p {
    color: rgb(60, 128, 168);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
li {
    /* color: rgb(60, 128, 168); */
    color:rgb(44, 42, 42);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    /* text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3); */
    font-size:small;
}

#upload-link > a {
    text-decoration:none; 
    color:rgb(60, 128, 168);
    font-family: 'Raleway', sans-serif;
    font-size: small;
    margin-top: 5rem;
}

footer > a {
    text-decoration:none; 
    color:#fff;
    font-family: 'Raleway', sans-serif;
    font-family: 'Caveat', cursive;
}

#conts{
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.3rem;
    padding: 1rem 1rem 2rem 1rem;
    width: 540px;
}

.alert-message{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: small;
    color:rgb(202, 122, 209);
}

dl,dd{
    /* color: rgb(60, 128, 168); */
    color:rgb(44, 42, 42);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: small;
}
dd{
    font-weight:200;
}
dd > a{
    text-decoration:none; 
    color:rgb(60, 128, 168);
}



footer{
    font-family: 'Caveat', cursive;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;

    position: absolute;
    bottom: 0;
}

