﻿.footerlinks{
    color:blueviolet;
    text-decoration:none;
}

.footerlinks:hover{
    color:aqua;
}


#footer1{
    background:border-box;
    color:brown;

}

.input-icon {
            position: relative;
            width: 300px;
        }

        .input-icon input {
            width: 100%;
            padding: 10px 40px 10px 40px; /* Add padding to the left for the icon */
            box-sizing: border-box;
        }

        .input-icon .icon {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none; /* Prevents the icon from interfering with input */
        }


        h2 {
 text-shadow: 2px 2px 5px #25a2b8;
}

.text3 {
	width: 300px;
	height: 30px;
}

#text3 {
	background-image: url(https://cdn3.iconfinder.com/data/icons/interface-8/128/InterfaceExpendet-09-128.png);
	background-size: 30px;
	background-repeat: no-repeat;
}

#rcorners2 {
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 200px;
  height: 150px;  
}

