@charset "UTF-8";

img.logo{
    width: 10%;
    height: 10%;
}

.first_view{
    background-image: url("web_image\first_view.jpg")
}

img.first_view{
    width: 80%;
    height: 80%;
}

h2{
    text-align: center;
    margin-bottom: 30px;
}

h4{
    opacity: 0.8;
    margin-top: 10px;
    font-size: 20px;
}