﻿@charset "utf-8";

body{
  background-color: #2343aa;
}

.container{
  text-align: center;
  margin-top: 15%;
}

body img{
  position: relative;
  top:20px;
  left: 30px;
}

.title{
  text-decoration: none;
  font-size:23px;
  color: #ffffff;
  font-weight: bold;
}

.Search1{
  text-decoration: none;
  font-size:14px;
  color: #c6c6c6;

  width: 180px;
  height: 32px;
  border-radius: 30px;
  border-style: hidden;
  border-color: #c6c6c6;
  border-width: 1.5px;
  margin-bottom: 5px;
  padding: 0px 15px;
}

.Search2{
  text-decoration: none;
  font-size:18px;
  color: #ffffff;
  font-weight: bold;

  border-radius: 30px;
  border-style: hidden;
  background-color: #191919;
  position: relative;
  top: 15px;
  padding: 5px 10px;
}

.text{
  text-decoration: none;
  font-size:12px;
  color: #ffffff;

  margin-top: 35px;
}

.text p{
  margin: 0px;
}
