

@charset "UTF-8";
/*  Mixins */
/*  Fonts */
/* --------------------------------------------------------------- 
   Google Fonts
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* 

1. Add your custom Css styles below
2. Place the this code in your template: 


*/

body {
    background: #1C747F;
}

::selection {
    color: #35B8C4;
    background-color: #1A252B;
  }

  .container {
      height: 900px;
  }

  .container img{
      margin-top: 200px;
    width: 500px;
}

h1{
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 5em;
    margin-left: 90px;
}

h2{
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}


p{
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: 90px;
    margin-bottom: 80px;
}

a {
    margin-left: 90px;
    padding: 15px;
    color: #fff;
    background-color: #35B8C4;
    border-radius: 5em;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    transition: all 0.5s ease;
}

a:hover {
    transition: all 0.5s ease;
    margin-left: 90px;
    padding: 20px;
    color: #fff;
    background-color: #1A252B;
    border-radius: 5em;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
}


/* CARD */ 

.cardsocom {
    margin-left: 90px !important;
}

.imput_code {
    border: none;
    width: 200px;
    height: 50px;
    border-radius: 5em;
}

.btn-valid {
    height: 60px;
    border: none;
    padding: 15px;
    color: #fff;
    background-color: #35B8C4;
    border-radius: 5em;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    transition: all 0.5s ease;
}

.btn-valid:hover {
    transition: all 0.5s ease;
    color: #fff;
    background-color: #1A252B;
    border-radius: 5em;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 20px;
}

